Searched refs:Op1Idx (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2315 unsigned Op1Idx = 1; local
2316 if (BinOp->getOperand(Op1Idx) == Op0) {
2317 Op1Idx = 0;
2320 if (BinOp->getOperand(Op1Idx) != Op1)
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1232 unsigned Op1Idx = 0; local
1250 Op1Idx = I;
1262 I1->setOperand(Op1Idx, NewPN);

Completed in 156 milliseconds