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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 594 ICmpInst::Predicate &RHSCC) {
640 if (decomposeBitTestICmp(RHS, RHSCC, R11, R12, R2)) {
665 if (!ICmpInst::isEquality(RHSCC))
697 unsigned right_type = getTypeOfMaskedICmp(A, D, E, RHSCC);
706 ICmpInst::Predicate LHSCC = LHS->getPredicate(), RHSCC = RHS->getPredicate();
708 LHSCC, RHSCC);
710 assert(ICmpInst::isEquality(LHSCC) && ICmpInst::isEquality(RHSCC) &&
808 if (RHSCC != NEWCC)
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 349 milliseconds