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

  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
AddrModeMatcher.cpp 218 int VariableOperand = -1;
236 if (VariableOperand != -1)
240 VariableOperand = i;
248 if (VariableOperand == -1) {
279 if (!MatchScaledValue(AddrInst->getOperand(VariableOperand), VariableScale,
290 if (!MatchScaledValue(AddrInst->getOperand(VariableOperand),
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]

Completed in 67 milliseconds