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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1137 /// WidestFixupType - This records the widest use type for any fixup using
1141 Type *WidestFixupType; member in class:__anon10398::LSRUse
1155 WidestFixupType(0) {}
1259 if (WidestFixupType)
1260 OS << ", widest fixup type: " << *WidestFixupType; local
2191 LU.WidestFixupType == OrigLU.WidestFixupType &&
2873 if (!LU.WidestFixupType ||
2874 SE.getTypeSizeInBits(LU.WidestFixupType) <
2876 LU.WidestFixupType
[all...]

Completed in 173 milliseconds