Searched defs:OnlyIfReduced (Results 1 – 1 of 1) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | Constants.cpp | 1451 getWithOperands(ArrayRef<Constant * > Ops,Type * Ty,bool OnlyIfReduced,Type * SrcTy) const getWithOperands() argument 1940 getFoldedCast(Instruction::CastOps opc,Constant * C,Type * Ty,bool OnlyIfReduced=false) getFoldedCast() argument 1958 getCast(unsigned oc,Constant * C,Type * Ty,bool OnlyIfReduced) getCast() argument 2014 getTrunc(Constant * C,Type * Ty,bool OnlyIfReduced) getTrunc() argument 2029 getPtrToInt(Constant * C,Type * DstTy,bool OnlyIfReduced) getPtrToInt() argument 2043 getIntToPtr(Constant * C,Type * DstTy,bool OnlyIfReduced) getIntToPtr() argument 2057 getBitCast(Constant * C,Type * DstTy,bool OnlyIfReduced) getBitCast() argument 2069 getAddrSpaceCast(Constant * C,Type * DstTy,bool OnlyIfReduced) getAddrSpaceCast() argument 2245 getCompare(unsigned short Predicate,Constant * C1,Constant * C2,bool OnlyIfReduced) getCompare() argument 2321 getICmp(unsigned short pred,Constant * LHS,Constant * RHS,bool OnlyIfReduced) getICmp() argument 2346 getFCmp(unsigned short pred,Constant * LHS,Constant * RHS,bool OnlyIfReduced) getFCmp() argument [all...] |