Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DMergeICmps.cpp76 BCEAtom visitICmpLoadOperand(Value *const Val) { in visitICmpLoadOperand() function
261 auto Lhs = visitICmpLoadOperand(CmpI->getOperand(0)); in visitICmp()
263 auto Rhs = visitICmpLoadOperand(CmpI->getOperand(1)); in visitICmp()