Searched defs:OnlyIfReduced (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1408 getWithOperands(ArrayRef<Constant *> Ops, Type *Ty, bool OnlyIfReduced, Type *SrcTy) const argument
1780 getCast(unsigned oc, Constant *C, Type *Ty, bool OnlyIfReduced) argument
1887 getTrunc(Constant *C, Type *Ty, bool OnlyIfReduced) argument
1901 getSExt(Constant *C, Type *Ty, bool OnlyIfReduced) argument
1915 getZExt(Constant *C, Type *Ty, bool OnlyIfReduced) argument
1929 getFPTrunc(Constant *C, Type *Ty, bool OnlyIfReduced) argument
1941 getFPExtend(Constant *C, Type *Ty, bool OnlyIfReduced) argument
1953 getUIToFP(Constant *C, Type *Ty, bool OnlyIfReduced) argument
1964 getSIToFP(Constant *C, Type *Ty, bool OnlyIfReduced) argument
1975 getFPToUI(Constant *C, Type *Ty, bool OnlyIfReduced) argument
1986 getFPToSI(Constant *C, Type *Ty, bool OnlyIfReduced) argument
1997 getPtrToInt(Constant *C, Type *DstTy, bool OnlyIfReduced) argument
2011 getIntToPtr(Constant *C, Type *DstTy, bool OnlyIfReduced) argument
2025 getBitCast(Constant *C, Type *DstTy, bool OnlyIfReduced) argument
2037 getAddrSpaceCast(Constant *C, Type *DstTy, bool OnlyIfReduced) argument
2189 getCompare(unsigned short Predicate, Constant *C1, Constant *C2, bool OnlyIfReduced) argument
2293 getICmp(unsigned short pred, Constant *LHS, Constant *RHS, bool OnlyIfReduced) argument
2318 getFCmp(unsigned short pred, Constant *LHS, Constant *RHS, bool OnlyIfReduced) argument
[all...]

Completed in 53 milliseconds