Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1218 Type *WidestFixupType = nullptr; member in __anon6fa033cb0811::LSRUse
1665 if (WidestFixupType) in print()
1666 OS << ", widest fixup type: " << *WidestFixupType; in print()
2673 LU.WidestFixupType == OrigLU.WidestFixupType && in FindUseWithSimilarFormula()
3405 if (!LU.WidestFixupType || in CollectFixupsAndInitialFormulae()
3406 SE.getTypeSizeInBits(LU.WidestFixupType) < in CollectFixupsAndInitialFormulae()
3408 LU.WidestFixupType = LF.OperandValToReplace->getType(); in CollectFixupsAndInitialFormulae()
3581 if (!LU.WidestFixupType || in CollectLoopInvariantFixupsAndFormulae()
3582 SE.getTypeSizeInBits(LU.WidestFixupType) < in CollectLoopInvariantFixupsAndFormulae()
3584 LU.WidestFixupType = LF.OperandValToReplace->getType(); in CollectLoopInvariantFixupsAndFormulae()