Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp446 uint64_t VariableScale = DL.getTypeAllocSize(GTI.getIndexedType()); in evaluateGEPOffsetExpression() local
484 VariableScale = SignExtend64(VariableScale, IntPtrWidth); in evaluateGEPOffsetExpression()
490 int64_t NewOffs = Offset / (int64_t)VariableScale; in evaluateGEPOffsetExpression()
491 if (Offset != NewOffs*(int64_t)VariableScale) in evaluateGEPOffsetExpression()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4567 unsigned VariableScale = 0; in matchOperationAddr() local
4598 VariableScale = TypeSize; in matchOperationAddr()
4662 if (!matchScaledValue(AddrInst->getOperand(VariableOperand), VariableScale, in matchOperationAddr()
4674 VariableScale, Depth)) { in matchOperationAddr()