reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4968 if (*CastOp == Cast2->getOpcode() && SrcTy == Cast2->getSrcTy()) 4981 CastedTo = ConstantExpr::getTrunc(C, SrcTy); 4985 CastedTo = ConstantExpr::getTrunc(C, SrcTy, true); 4990 CmpConst->getType() == SrcTy) { 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);