Searched defs:WidestFixupType (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1241 /// WidestFixupType - This records the widest use type for any fixup using
1245 Type *WidestFixupType; member in class:__anon26301::LSRUse
1260 WidestFixupType(nullptr) {}
1372 if (WidestFixupType)
1373 OS << ", widest fixup type: " << *WidestFixupType; local
2354 LU.WidestFixupType == OrigLU.WidestFixupType &&
3049 if (!LU.WidestFixupType ||
3050 SE.getTypeSizeInBits(LU.WidestFixupType) <
3052 LU.WidestFixupType
[all...]

Completed in 1140 milliseconds