Searched refs:isBundleOperand (Results 1 – 5 of 5) sorted by relevance
169 bool isBundleOperand(Value::const_user_iterator UI) const { in isBundleOperand() function170 return isBundleOperand(&UI.getUse()); in isBundleOperand()174 bool isBundleOperand(const Use *U) const { in isBundleOperand() function580 bool isBundleOperand(unsigned Idx) const { in isBundleOperand() function581 CALLSITE_DELEGATE_GETTER(isBundleOperand(Idx)); in isBundleOperand()
1784 bool isBundleOperand(unsigned Idx) const {1790 bool isBundleOperand(const Use *U) const {1793 return hasOperandBundles() && isBundleOperand(U - op_begin());1795 bool isBundleOperand(Value::const_user_iterator UI) const {1796 return isBundleOperand(&UI.getUse());
433 if (CS.isBundleOperand(U)) in SurveyUse()
1640 if (CB->isBundleOperand(&U)) in updateImpl()1745 if (ICS.isBundleOperand(U)) in getKnownNonNullAndDerefBytesForUse()3410 if (ICS.isBundleOperand(U) || ICS.isCallee(U)) in getKnownAlignForUse()5085 if (ICS.isBundleOperand(U)) { in analyzeUseIn()
2943 if (ImmutableCallSite(I).isBundleOperand(OpIdx)) in canReplaceOperandWithVariable()