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

/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1173 /// WidestFixupType - This records the widest use type for any fixup using
1177 Type *WidestFixupType; member in class:__anon22596::LSRUse
1191 WidestFixupType(0) {}
1295 if (WidestFixupType)
1296 OS << ", widest fixup type: " << *WidestFixupType; local
2273 LU.WidestFixupType == OrigLU.WidestFixupType &&
2969 if (!LU.WidestFixupType ||
2970 SE.getTypeSizeInBits(LU.WidestFixupType) <
2972 LU.WidestFixupType
[all...]

Completed in 89 milliseconds