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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp703 static Value *foldLogOpOfMaskedICmps(ICmpInst *LHS, ICmpInst *RHS, bool IsAnd, argument
725 ICmpInst::Predicate NEWCC = IsAnd ? ICmpInst::ICMP_EQ : ICmpInst::ICMP_NE;
726 if (!IsAnd) {
814 return ConstantInt::get(LHS->getType(), !IsAnd);
/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1465 ICmpInst *UnsignedICmp, bool IsAnd) {
1487 return IsAnd ? UnsignedICmp : ZeroICmp;
1491 if (UnsignedPred == ICmpInst::ICMP_UGE && !IsAnd) {
1499 IsAnd)
1512 if (Value *X = simplifyUnsignedRangeCheck(Op0, Op1, /*IsAnd=*/true))
1671 if (Value *X = simplifyUnsignedRangeCheck(Op0, Op1, /*IsAnd=*/false))
1464 simplifyUnsignedRangeCheck(ICmpInst *ZeroICmp, ICmpInst *UnsignedICmp, bool IsAnd) argument

Completed in 1051 milliseconds