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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp526 const FAddend *ConstAdd = nullptr; local
578 ConstAdd = &R;
586 if (ConstAdd)
587 SimpVect.push_back(ConstAdd);

Completed in 58 milliseconds