Searched refs:RHSCmp (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp183 CmpInst *RHSCmp = cast<CmpInst>(RHSI); local
185 return LHSCmp->getOperand(0) == RHSCmp->getOperand(1) &&
186 LHSCmp->getOperand(1) == RHSCmp->getOperand(0) &&
187 LHSCmp->getSwappedPredicate() == RHSCmp->getPredicate();
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprScalar.cpp2257 llvm::Value *RHSCmp = Builder.CreateICmpNE(Ops.RHS, NegOne); local
2258 llvm::Value *NotOverflow = Builder.CreateOr(LHSCmp, RHSCmp, "or");

Completed in 111 milliseconds