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

/external/llvm/lib/Transforms/Utils/
H A DAddrModeMatcher.cpp64 /// MatchScaledValue - Try adding ScaleReg*Scale to the current addressing mode.
67 bool AddressingModeMatcher::MatchScaledValue(Value *ScaleReg, int64_t Scale, function in class:AddressingModeMatcher
213 return MatchScaledValue(AddrInst->getOperand(0), Scale, Depth);
279 if (!MatchScaledValue(AddrInst->getOperand(VariableOperand), VariableScale,
290 if (!MatchScaledValue(AddrInst->getOperand(VariableOperand),

Completed in 39 milliseconds