Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp490 uint64_t VariableScale = DL.getTypeAllocSize(GTI.getIndexedType()); in evaluateGEPOffsetExpression() local
527 VariableScale = SignExtend64(VariableScale, IntPtrWidth); in evaluateGEPOffsetExpression()
533 int64_t NewOffs = Offset / (int64_t)VariableScale; in evaluateGEPOffsetExpression()
534 if (Offset != NewOffs*(int64_t)VariableScale) in evaluateGEPOffsetExpression()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3970 unsigned VariableScale = 0; in matchOperationAddr() local
3996 VariableScale = TypeSize; in matchOperationAddr()
4059 if (!matchScaledValue(AddrInst->getOperand(VariableOperand), VariableScale, in matchOperationAddr()
4071 VariableScale, Depth)) { in matchOperationAddr()