Lines Matching defs:CCIndex
23506 unsigned CCIndex, unsigned CmpIndex,
23535 N->getOperand(CCIndex)->getValueType(0));
23538 // function. And both of them pass 2 for CCIndex, 3 for CmpIndex with 4
23540 // other case with different CCIndex, CmpIndex, we need to use for loop to
23543 assert((CCIndex == 2 && CmpIndex == 3) &&
23544 "Expected CCIndex to be 2 and CmpIndex to be 3.");
23553 SelectionDAG &DAG, unsigned CCIndex,
23555 unsigned CC = cast<ConstantSDNode>(N->getOperand(CCIndex))->getSExtValue();
23572 if (SDValue Val = performSubsToAndsCombine(N, SubsNode, AndNode, DAG, CCIndex,