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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h966 static Constant *getTrunc(Constant *C, Type *Ty, bool OnlyIfReduced = false);
967 static Constant *getSExt(Constant *C, Type *Ty, bool OnlyIfReduced = false);
968 static Constant *getZExt(Constant *C, Type *Ty, bool OnlyIfReduced = false);
970 bool OnlyIfReduced = false);
972 bool OnlyIfReduced = false);
973 static Constant *getUIToFP(Constant *C, Type *Ty, bool OnlyIfReduced = false);
974 static Constant *getSIToFP(Constant *C, Type *Ty, bool OnlyIfReduced = false);
975 static Constant *getFPToUI(Constant *C, Type *Ty, bool OnlyIfReduced = false);
976 static Constant *getFPToSI(Constant *C, Type *Ty, bool OnlyIfReduced = false);
978 bool OnlyIfReduced
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1409 bool OnlyIfReduced, Type *SrcTy) const {
1416 Type *OnlyIfReducedTy = OnlyIfReduced ? Ty : nullptr;
1431 return ConstantExpr::getCast(getOpcode(), Ops[0], Ty, OnlyIfReduced);
1763 bool OnlyIfReduced = false) {
1769 if (OnlyIfReduced)
1781 bool OnlyIfReduced) {
1791 return getTrunc(C, Ty, OnlyIfReduced);
1793 return getZExt(C, Ty, OnlyIfReduced);
1795 return getSExt(C, Ty, OnlyIfReduced);
1797 return getFPTrunc(C, Ty, OnlyIfReduced);
1408 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 171 milliseconds