Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/tools/llvm-diff/
DDifferenceEngine.cpp619 CallInst *RCall = cast<CallInst>(I); in runBlockDiff() local
621 if (!equivalentAsOperands(LInvoke->getCalledValue(), RCall->getCalledValue())) in runBlockDiff()
624 Values[LInvoke] = RCall; in runBlockDiff()
/external/llvm/tools/llvm-diff/
DDifferenceEngine.cpp622 CallInst *RCall = cast<CallInst>(I); in runBlockDiff() local
624 if (!equivalentAsOperands(LInvoke->getCalledValue(), RCall->getCalledValue())) in runBlockDiff()
627 Values[LInvoke] = RCall; in runBlockDiff()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-diff/
DDifferenceEngine.cpp653 CallInst *RCall = cast<CallInst>(I); in runBlockDiff() local
655 if (!equivalentAsOperands(LInvoke->getCalledValue(), RCall->getCalledValue())) in runBlockDiff()
658 Values[LInvoke] = RCall; in runBlockDiff()