Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/include/polly/Support/
H A DScopHelper.h240 if (isCallInst()) in getValueOperand()
251 if (isCallInst()) in getPointerOperand()
262 if (isCallInst()) in isVolatile()
273 if (isCallInst()) in isSimple()
284 if (isCallInst()) in getOrdering()
296 if (isCallInst()) in isUnordered()
309 bool isCallInst() const { return I && llvm::isa<llvm::CallInst>(I); } in isCallInst() function