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

/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DConstants.h942 static Constant *getTrunc(Constant *C, Type *Ty, bool OnlyIfReduced = false);
943 static Constant *getSExt(Constant *C, Type *Ty, bool OnlyIfReduced = false);
944 static Constant *getZExt(Constant *C, Type *Ty, bool OnlyIfReduced = false);
946 bool OnlyIfReduced = false);
948 bool OnlyIfReduced = false);
949 static Constant *getUIToFP(Constant *C, Type *Ty, bool OnlyIfReduced = false);
950 static Constant *getSIToFP(Constant *C, Type *Ty, bool OnlyIfReduced = false);
951 static Constant *getFPToUI(Constant *C, Type *Ty, bool OnlyIfReduced = false);
952 static Constant *getFPToSI(Constant *C, Type *Ty, bool OnlyIfReduced = false);
954 bool OnlyIfReduced
[all...]
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DConstants.cpp1180 bool OnlyIfReduced, Type *SrcTy) const {
1187 Type *OnlyIfReducedTy = OnlyIfReduced ? Ty : nullptr;
1202 return ConstantExpr::getCast(getOpcode(), Ops[0], Ty, OnlyIfReduced);
1509 bool OnlyIfReduced = false) {
1515 if (OnlyIfReduced)
1527 bool OnlyIfReduced) {
1537 return getTrunc(C, Ty, OnlyIfReduced);
1539 return getZExt(C, Ty, OnlyIfReduced);
1541 return getSExt(C, Ty, OnlyIfReduced);
1543 return getFPTrunc(C, Ty, OnlyIfReduced);
1179 getWithOperands(ArrayRef<Constant *> Ops, Type *Ty, bool OnlyIfReduced, Type *SrcTy) const argument
1526 getCast(unsigned oc, Constant *C, Type *Ty, bool OnlyIfReduced) argument
1634 getTrunc(Constant *C, Type *Ty, bool OnlyIfReduced) argument
1648 getSExt(Constant *C, Type *Ty, bool OnlyIfReduced) argument
1662 getZExt(Constant *C, Type *Ty, bool OnlyIfReduced) argument
1676 getFPTrunc(Constant *C, Type *Ty, bool OnlyIfReduced) argument
1688 getFPExtend(Constant *C, Type *Ty, bool OnlyIfReduced) argument
1700 getUIToFP(Constant *C, Type *Ty, bool OnlyIfReduced) argument
1711 getSIToFP(Constant *C, Type *Ty, bool OnlyIfReduced) argument
1722 getFPToUI(Constant *C, Type *Ty, bool OnlyIfReduced) argument
1733 getFPToSI(Constant *C, Type *Ty, bool OnlyIfReduced) argument
1744 getPtrToInt(Constant *C, Type *DstTy, bool OnlyIfReduced) argument
1757 getIntToPtr(Constant *C, Type *DstTy, bool OnlyIfReduced) argument
1770 getBitCast(Constant *C, Type *DstTy, bool OnlyIfReduced) argument
1782 getAddrSpaceCast(Constant *C, Type *DstTy, bool OnlyIfReduced) argument
1925 getCompare(unsigned short Predicate, Constant *C1, Constant *C2, bool OnlyIfReduced) argument
2009 getICmp(unsigned short pred, Constant *LHS, Constant *RHS, bool OnlyIfReduced) argument
2034 getFCmp(unsigned short pred, Constant *LHS, Constant *RHS, bool OnlyIfReduced) argument
[all...]

Completed in 110 milliseconds