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

/external/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp173 if (CmpInst *LHSCmp = dyn_cast<CmpInst>(LHSI)) {
178 return LHSCmp->getOperand(0) == RHSCmp->getOperand(1) &&
179 LHSCmp->getOperand(1) == RHSCmp->getOperand(0) &&
180 LHSCmp->getSwappedPredicate() == RHSCmp->getPredicate();
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp2141 llvm::Value *LHSCmp = Builder.CreateICmpNE(Ops.LHS, IntMin); local
2143 llvm::Value *Overflow = Builder.CreateOr(LHSCmp, RHSCmp, "or");

Completed in 235 milliseconds