Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1694 auto IsValidPromotion = [](Type *FTy, Type *ITy) { in visitFAdd() local
1711 if (IsValidPromotion(FPType, LHSIntVal->getType())) { in visitFAdd()
1728 if (IsValidPromotion(FPType, LHSIntVal->getType())) { in visitFAdd()