Lines Matching defs:OnlyIfReduced
1462 bool OnlyIfReduced, Type *SrcTy) const { in getWithOperands()
1889 bool OnlyIfReduced = false) { in getFoldedCast()
1907 bool OnlyIfReduced) { in getCast()
2013 Constant *ConstantExpr::getTrunc(Constant *C, Type *Ty, bool OnlyIfReduced) { in getTrunc()
2027 Constant *ConstantExpr::getSExt(Constant *C, Type *Ty, bool OnlyIfReduced) { in getSExt()
2041 Constant *ConstantExpr::getZExt(Constant *C, Type *Ty, bool OnlyIfReduced) { in getZExt()
2055 Constant *ConstantExpr::getFPTrunc(Constant *C, Type *Ty, bool OnlyIfReduced) { in getFPTrunc()
2067 Constant *ConstantExpr::getFPExtend(Constant *C, Type *Ty, bool OnlyIfReduced) { in getFPExtend()
2079 Constant *ConstantExpr::getUIToFP(Constant *C, Type *Ty, bool OnlyIfReduced) { in getUIToFP()
2090 Constant *ConstantExpr::getSIToFP(Constant *C, Type *Ty, bool OnlyIfReduced) { in getSIToFP()
2101 Constant *ConstantExpr::getFPToUI(Constant *C, Type *Ty, bool OnlyIfReduced) { in getFPToUI()
2112 Constant *ConstantExpr::getFPToSI(Constant *C, Type *Ty, bool OnlyIfReduced) { in getFPToSI()
2124 bool OnlyIfReduced) { in getPtrToInt()
2138 bool OnlyIfReduced) { in getIntToPtr()
2152 bool OnlyIfReduced) { in getBitCast()
2164 bool OnlyIfReduced) { in getAddrSpaceCast()
2317 Constant *C2, bool OnlyIfReduced) { in getCompare()
2421 Constant *RHS, bool OnlyIfReduced) { in getICmp()
2446 Constant *RHS, bool OnlyIfReduced) { in getFCmp()