Searched refs:isCallInst (Results 1 – 1 of 1) sorted by relevance
240 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