Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DMergeICmps.cpp142 BCEAtom visitICmpLoadOperand(Value *const Val, BaseIdentifier &BaseId) { in visitICmpLoadOperand() function
340 auto Lhs = visitICmpLoadOperand(CmpI->getOperand(0), BaseId); in visitICmp()
343 auto Rhs = visitICmpLoadOperand(CmpI->getOperand(1), BaseId); in visitICmp()