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 535 ICmpInst::Predicate &LHSCC,
551 if (decomposeBitTestICmp(LHS, LHSCC, L11, L12, L2)) {
567 if (!ICmpInst::isEquality(LHSCC))
618 unsigned left_type = getTypeOfMaskedICmp(A, B, C, LHSCC);
629 ICmpInst::Predicate LHSCC = LHS->getPredicate(), RHSCC = RHS->getPredicate();
631 LHSCC, RHSCC);
633 assert(ICmpInst::isEquality(LHSCC) && ICmpInst::isEquality(RHSCC) &&
682 if (LHSCC != NEWCC)
705 ICmpInst::Predicate LHSCC = LHS->getPredicate(), RHSCC = RHS->getPredicate();
708 if (PredicatesFoldable(LHSCC, RHSCC))
    [all...]
  /external/llvm/lib/Target/R600/
R600ISelLowering.cpp     [all...]

Completed in 41 milliseconds