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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp637 unsigned DiffOperand = 0; // The operand that differs. local
647 DiffOperand = i;
657 Value *LHSV = GEPLHS->getOperand(DiffOperand);
658 Value *RHSV = GEPRHS->getOperand(DiffOperand);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1017 unsigned DiffOperand = 0; // The operand that differs. local
1027 DiffOperand = i;
1036 Value *LHSV = GEPLHS->getOperand(DiffOperand);
1037 Value *RHSV = GEPRHS->getOperand(DiffOperand);

Completed in 113 milliseconds