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

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Transforms/Utils/
H A DAddrModeMatcher.h97 bool MatchScaledValue(Value *ScaleReg, int64_t Scale, unsigned Depth);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DAddrModeMatcher.cpp66 /// MatchScaledValue - Try adding ScaleReg*Scale to the current addressing mode.
69 bool AddressingModeMatcher::MatchScaledValue(Value *ScaleReg, int64_t Scale, function in class:AddressingModeMatcher
215 return MatchScaledValue(AddrInst->getOperand(0), Scale, Depth);
281 if (!MatchScaledValue(AddrInst->getOperand(VariableOperand), VariableScale,
292 if (!MatchScaledValue(AddrInst->getOperand(VariableOperand),

Completed in 83 milliseconds