Lines Matching defs:OnlyIfReduced
1549 bool OnlyIfReduced = false) { in getFoldedCast()
1567 bool OnlyIfReduced) { in getCast()
1674 Constant *ConstantExpr::getTrunc(Constant *C, Type *Ty, bool OnlyIfReduced) { in getTrunc()
1688 Constant *ConstantExpr::getSExt(Constant *C, Type *Ty, bool OnlyIfReduced) { in getSExt()
1702 Constant *ConstantExpr::getZExt(Constant *C, Type *Ty, bool OnlyIfReduced) { in getZExt()
1716 Constant *ConstantExpr::getFPTrunc(Constant *C, Type *Ty, bool OnlyIfReduced) { in getFPTrunc()
1728 Constant *ConstantExpr::getFPExtend(Constant *C, Type *Ty, bool OnlyIfReduced) { in getFPExtend()
1740 Constant *ConstantExpr::getUIToFP(Constant *C, Type *Ty, bool OnlyIfReduced) { in getUIToFP()
1751 Constant *ConstantExpr::getSIToFP(Constant *C, Type *Ty, bool OnlyIfReduced) { in getSIToFP()
1762 Constant *ConstantExpr::getFPToUI(Constant *C, Type *Ty, bool OnlyIfReduced) { in getFPToUI()
1773 Constant *ConstantExpr::getFPToSI(Constant *C, Type *Ty, bool OnlyIfReduced) { in getFPToSI()
1785 bool OnlyIfReduced) { in getPtrToInt()
1798 bool OnlyIfReduced) { in getIntToPtr()
1811 bool OnlyIfReduced) { in getBitCast()
1823 bool OnlyIfReduced) { in getAddrSpaceCast()
1966 Constant *C2, bool OnlyIfReduced) { in getCompare()
2047 Constant *RHS, bool OnlyIfReduced) { in getICmp()
2072 Constant *RHS, bool OnlyIfReduced) { in getFCmp()