Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9241 bool IsFMulAdd = (Kind == RecurKind::FMulAdd); in adjustRecipesForReductions() local
9242 assert((!IsFMulAdd || RecurrenceDescriptor::isFMulAddIntrinsic(R)) && in adjustRecipesForReductions()
9250 (IsFMulAdd && isa<VPWidenCallRecipe>(WidenRecipe))) && in adjustRecipesForReductions()
9266 if (IsFMulAdd) { in adjustRecipesForReductions()