Home
last modified time | relevance | path

Searched defs:hasArgList (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h422 bool hasArgList() const { return isa<DIArgList>(getRawLocation()); } in hasArgList() function
H A DIntrinsicInst.h265 bool hasArgList() const { return isa<DIArgList>(getRawLocation()); } in hasArgList() function
336 bool hasArgList() const { return getWrappedLocation().hasArgList(); } in hasArgList() function