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

References

lib/Analysis/ConstantFolding.cpp
 1316     if (auto *CE = dyn_cast<ConstantExpr>(C)) {
 1331     return ConstantExpr::getCast(Opcode, C, DestTy);
 1337     if (auto *CE = dyn_cast<ConstantExpr>(C)) {
 1351     return ConstantExpr::getCast(Opcode, C, DestTy);
 1362       return ConstantExpr::getCast(Opcode, C, DestTy);
 1364     return FoldBitCast(C, DestTy, DL);