Home
last modified time | relevance | path

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

/external/llvm-project/polly/include/polly/Support/
DScopHelper.h235 if (isCallInst()) in getValueOperand()
246 if (isCallInst()) in getPointerOperand()
261 if (isCallInst()) in getAlignment()
272 if (isCallInst()) in isVolatile()
283 if (isCallInst()) in isSimple()
294 if (isCallInst()) in getOrdering()
306 if (isCallInst()) in isUnordered()
319 bool isCallInst() const { return I && llvm::isa<llvm::CallInst>(I); } in isCallInst() function