Searched defs:OnlyIfReduced (Results 1 – 1 of 1) sorted by relevance
/llvm-project/llvm/lib/IR/ |
H A D | Constants.cpp | 2241 return getBitCast(C, Ty, OnlyIfReduced); in getTrunc() argument 1526 getWithOperands(ArrayRef<Constant * > Ops,Type * Ty,bool OnlyIfReduced,Type * SrcTy) const getWithOperands() argument 2167 getFoldedCast(Instruction::CastOps opc,Constant * C,Type * Ty,bool OnlyIfReduced=false) getFoldedCast() argument 2185 getCast(unsigned oc,Constant * C,Type * Ty,bool OnlyIfReduced) getCast() argument 2256 getPtrToInt(Constant * C,Type * DstTy,bool OnlyIfReduced) getPtrToInt() argument 2270 getIntToPtr(Constant * C,Type * DstTy,bool OnlyIfReduced) getIntToPtr() argument 2284 getBitCast(Constant * C,Type * DstTy,bool OnlyIfReduced) getBitCast() argument 2296 getAddrSpaceCast(Constant * C,Type * DstTy,bool OnlyIfReduced) getAddrSpaceCast() argument [all...] |