Home
last modified time | relevance | path

Searched refs:matchScaledValue (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3313 bool matchScaledValue(Value *ScaleReg, int64_t Scale, unsigned Depth);
3963 bool AddressingModeMatcher::matchScaledValue(Value *ScaleReg, int64_t Scale, in matchScaledValue() function in AddressingModeMatcher
4675 return matchScaledValue(AddrInst->getOperand(0), Scale, Depth); in matchOperationAddr()
4776 if (!matchScaledValue(AddrInst->getOperand(VariableOperand), VariableScale, in matchOperationAddr()
4787 if (!matchScaledValue(AddrInst->getOperand(VariableOperand), in matchOperationAddr()