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

/external/llvm/lib/Transforms/Utils/
H A DAddrModeMatcher.cpp220 int VariableOperand = -1; local
238 if (VariableOperand != -1)
242 VariableOperand = i;
250 if (VariableOperand == -1) {
281 if (!MatchScaledValue(AddrInst->getOperand(VariableOperand), VariableScale,
292 if (!MatchScaledValue(AddrInst->getOperand(VariableOperand),

Completed in 49 milliseconds