Home
last modified time | relevance | path

Searched refs:OnlyIfReduced (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h1125 static Constant *getTrunc(Constant *C, Type *Ty, bool OnlyIfReduced = false);
1127 bool OnlyIfReduced = false);
1129 bool OnlyIfReduced = false);
1131 bool OnlyIfReduced = false);
1133 bool OnlyIfReduced = false);
1202 bool OnlyIfReduced = false);
1324 bool OnlyIfReduced = false,
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1526 bool OnlyIfReduced, Type *SrcTy) const { in getWithOperands() argument
1533 Type *OnlyIfReducedTy = OnlyIfReduced ? Ty : nullptr; in getWithOperands()
1548 return ConstantExpr::getCast(getOpcode(), Ops[0], Ty, OnlyIfReduced); in getWithOperands()
2167 bool OnlyIfReduced = false) { in getFoldedCast() argument
2173 if (OnlyIfReduced) in getFoldedCast()
2185 bool OnlyIfReduced) { in getCast() argument
2197 return getTrunc(C, Ty, OnlyIfReduced); in getCast()
2199 return getPtrToInt(C, Ty, OnlyIfReduced); in getCast()
2201 return getIntToPtr(C, Ty, OnlyIfReduced); in getCast()
2203 return getBitCast(C, Ty, OnlyIfReduced); in getCast()
[all …]