Home
last modified time | relevance | path

Searched refs:IsValidPromotion (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1303 auto IsValidPromotion = [](Type *FTy, Type *ITy) { in visitFAdd() local
1320 if (IsValidPromotion(FPType, LHSIntVal->getType())) { in visitFAdd()
1337 if (IsValidPromotion(FPType, LHSIntVal->getType())) { in visitFAdd()