Searched refs:getDataOperandNo (Results 1 – 7 of 7) sorted by relevance
311 CaptureInfo CI = Call->getCaptureInfo(Call->getDataOperandNo(&U)); in DetermineUseCaptureKind()
980 unsigned ArgIdx = Call->getDataOperandNo(&U); in getModRefInfo()
1255 unsigned getDataOperandNo(Value::const_user_iterator UI) const {1256 return getDataOperandNo(&UI.getUse());1261 unsigned getDataOperandNo(const Use *U) const {
145 CB.isDataOperand(U) && CB.doesNotCapture(CB.getDataOperandNo(U)); in walk()
589 const unsigned UseIndex = CB->getDataOperandNo(U); in updateCaptureInfo()911 const unsigned UseIndex = CB.getDataOperandNo(U); in determinePointerAccessAttrs()
1345 unsigned getDataOperandNo(Use U) const { in getDataOperandNo() function1347 return cast<llvm::CallBase>(Val)->getDataOperandNo(U.LLVMUse); in getDataOperandNo()
100 unsigned DataOpNo = Call->getDataOperandNo(&U); in isOnlyCopiedFromConstantMemory()