Searched defs:OtherCondIdx (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp688 int OtherCondIdx; local
689 unsigned Idx = getCRIdxForSetCC(CC, Inv, OtherCondIdx);
700 if (PPCSubTarget.isGigaProcessor() && OtherCondIdx == -1)
709 if (OtherCondIdx == -1 && !Inv)
716 assert(OtherCondIdx == -1 && "Can't have split plus negation");
724 Ops[1] = getI32Imm((32-(3-OtherCondIdx)) & 31);

Completed in 19 milliseconds