OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VariableScale
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/Utils/
AddrModeMatcher.cpp
219
unsigned
VariableScale
= 0;
241
VariableScale
= TypeSize;
279
if (!MatchScaledValue(AddrInst->getOperand(VariableOperand),
VariableScale
,
291
VariableScale
, Depth)) {
/external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp
505
uint64_t
VariableScale
= TD.getTypeAllocSize(GTI.getIndexedType());
544
VariableScale
&= PtrSizeMask;
550
int64_t NewOffs = Offset / (int64_t)
VariableScale
;
551
if (Offset != NewOffs*(int64_t)
VariableScale
)
[
all
...]
Completed in 420 milliseconds