Home
last modified time | relevance | path

Searched refs:isArgOperand (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DCallSite.h151 bool isArgOperand(Value::const_user_iterator UI) const { in isArgOperand() function
152 return isArgOperand(&UI.getUse()); in isArgOperand()
156 bool isArgOperand(const Use *U) const { in isArgOperand() function
207 assert(isArgOperand(U) && "Argument # out of range!"); in getArgumentNo()
H A DInstrTypes.h1155 bool isArgOperand(const Use *U) const {
1160 bool isArgOperand(Value::const_user_iterator UI) const {
1161 return isArgOperand(&UI.getUse());
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp134 if (CS.isArgOperand(U) && CS.isByValArgument(CS.getArgumentNo(U))) in walk()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DGlobalsModRef.cpp374 if (Call->isArgOperand(&U) && isFreeCall(I, &TLI)) { in AnalyzeUsesOfPointer()
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp99 bool IsArgOperand = CS.isArgOperand(&U); in isOnlyCopiedFromConstantGlobal()