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

/external/llvm/include/llvm/Target/
H A DTargetLowering.h95 TypePromoteInteger, // Replace this integer with a larger one. enumerator in enum:llvm::TargetLoweringBase::LegalizeTypeAction
195 return TypePromoteInteger;
1639 ValueTypeActions.getTypeAction(NVT) != TypePromoteInteger)
1661 if (NextStep.first == TypePromoteInteger) return NextStep;
1663 return LegalizeKind(TypePromoteInteger, NVT);
1720 return LegalizeKind(TypePromoteInteger,

Completed in 89 milliseconds