reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Analysis/ConstantFolding.cpp
 1328         return ConstantExpr::getIntegerCast(Input, DestTy, false);
 1331     return ConstantExpr::getCast(Opcode, C, DestTy);
 1345           if (SrcAS == DestTy->getPointerAddressSpace())
 1346             return FoldBitCast(CE->getOperand(0), DestTy, DL);
 1351     return ConstantExpr::getCast(Opcode, C, DestTy);
 1362       return ConstantExpr::getCast(Opcode, C, DestTy);
 1364     return FoldBitCast(C, DestTy, DL);