HomeSort by relevance Sort by last modified time
    Searched refs:LHSCC (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 558 ICmpInst::Predicate &LHSCC,
574 if (decomposeBitTestICmp(LHS, LHSCC, L11, L12, L2)) {
598 if (!ICmpInst::isEquality(LHSCC))
661 unsigned left_type = getTypeOfMaskedICmp(A, B, C, LHSCC);
671 ICmpInst::Predicate LHSCC = LHS->getPredicate(), RHSCC = RHS->getPredicate();
673 LHSCC, RHSCC);
675 assert(ICmpInst::isEquality(LHSCC) && ICmpInst::isEquality(RHSCC) &&
769 if (LHSCC != NEWCC)
792 ICmpInst::Predicate LHSCC = LHS->getPredicate(), RHSCC = RHS->getPredicate();
795 if (PredicatesFoldable(LHSCC, RHSCC))
    [all...]
  /external/llvm/lib/Target/R600/
R600ISelLowering.cpp     [all...]

Completed in 74 milliseconds