Lines Matching refs:OnlyIfReduced
1451 bool OnlyIfReduced, Type *SrcTy) const { in getWithOperands() argument
1458 Type *OnlyIfReducedTy = OnlyIfReduced ? Ty : nullptr; in getWithOperands()
1473 return ConstantExpr::getCast(getOpcode(), Ops[0], Ty, OnlyIfReduced); in getWithOperands()
1940 bool OnlyIfReduced = false) { in getFoldedCast() argument
1946 if (OnlyIfReduced) in getFoldedCast()
1958 bool OnlyIfReduced) { in getCast() argument
1970 return getTrunc(C, Ty, OnlyIfReduced); in getCast()
1972 return getPtrToInt(C, Ty, OnlyIfReduced); in getCast()
1974 return getIntToPtr(C, Ty, OnlyIfReduced); in getCast()
1976 return getBitCast(C, Ty, OnlyIfReduced); in getCast()
1978 return getAddrSpaceCast(C, Ty, OnlyIfReduced); in getCast()
2014 Constant *ConstantExpr::getTrunc(Constant *C, Type *Ty, bool OnlyIfReduced) { in getTrunc() argument
2025 return getFoldedCast(Instruction::Trunc, C, Ty, OnlyIfReduced); in getTrunc()
2029 bool OnlyIfReduced) { in getPtrToInt() argument
2039 return getFoldedCast(Instruction::PtrToInt, C, DstTy, OnlyIfReduced); in getPtrToInt()
2043 bool OnlyIfReduced) { in getIntToPtr() argument
2053 return getFoldedCast(Instruction::IntToPtr, C, DstTy, OnlyIfReduced); in getIntToPtr()
2057 bool OnlyIfReduced) { in getBitCast() argument
2065 return getFoldedCast(Instruction::BitCast, C, DstTy, OnlyIfReduced); in getBitCast()
2069 bool OnlyIfReduced) { in getAddrSpaceCast() argument
2072 return getFoldedCast(Instruction::AddrSpaceCast, C, DstTy, OnlyIfReduced); in getAddrSpaceCast()
2245 Constant *C2, bool OnlyIfReduced) { in getCompare() argument
2256 return getFCmp(Predicate, C1, C2, OnlyIfReduced); in getCompare()
2262 return getICmp(Predicate, C1, C2, OnlyIfReduced); in getCompare()
2321 Constant *RHS, bool OnlyIfReduced) { in getICmp() argument
2329 if (OnlyIfReduced) in getICmp()
2346 Constant *RHS, bool OnlyIfReduced) { in getFCmp() argument
2354 if (OnlyIfReduced) in getFCmp()