Searched refs:TypePromotion (Results 1 – 2 of 2) sorted by relevance
142 class TypePromotion : public FunctionPass { class181 TypePromotion() : FunctionPass(ID) {} in TypePromotion() function in __anon57ec75710111::TypePromotion204 bool TypePromotion::EqualTypeSize(Value *V) { in EqualTypeSize()216 bool TypePromotion::LessThanTypeSize(Value *V) { in LessThanTypeSize()227 bool TypePromotion::isSource(Value *V) { in isSource()248 bool TypePromotion::isSink(Value *V) { in isSink()274 bool TypePromotion::isSafeWrap(Instruction *I) { in isSafeWrap()387 bool TypePromotion::shouldPromote(Value *V) { in shouldPromote()725 bool TypePromotion::isSupportedType(Value *V) { in isSupportedType()1009 char TypePromotion::ID = 0;[all …]
435 SRCS_MIN+= CodeGen/TypePromotion.cpp