H A D | Constants.cpp | 1180 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...] |