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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1537 auto IsValidPromotion = [](Type *FTy, Type *ITy) { local
1554 if (IsValidPromotion(FPType, LHSIntVal->getType())) {
1571 if (IsValidPromotion(FPType, LHSIntVal->getType())) {

Completed in 99 milliseconds