reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4974 if (!C) 4981 CastedTo = ConstantExpr::getTrunc(C, SrcTy); 4985 CastedTo = ConstantExpr::getTrunc(C, SrcTy, true); 5014 CastedTo = ConstantExpr::getIntegerCast(C, SrcTy, CmpI->isSigned()); 5018 CastedTo = ConstantExpr::getFPExtend(C, SrcTy, true); 5021 CastedTo = ConstantExpr::getFPTrunc(C, SrcTy, true); 5024 CastedTo = ConstantExpr::getUIToFP(C, SrcTy, true); 5027 CastedTo = ConstantExpr::getSIToFP(C, SrcTy, true); 5030 CastedTo = ConstantExpr::getFPToUI(C, SrcTy, true); 5033 CastedTo = ConstantExpr::getFPToSI(C, SrcTy, true); 5044 ConstantExpr::getCast(*CastOp, CastedTo, C->getType(), true); 5045 if (CastedBack != C)