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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp125 /// FAddend is used to represent floating-point addend. An addend is
128 class FAddend { class in namespace:__anon4559
130 FAddend() = default;
132 void operator+=(const FAddend &T) {
160 static unsigned drillValueDownOneStep(Value* V, FAddend &A0, FAddend &A1);
162 /// Similar to FAddend::drillDownOneStep() except that the value being
164 unsigned drillAddendDownOneStep(FAddend &Addend0, FAddend &Addend1) const;
184 using AddendVect = SmallVector<const FAddend *,
[all...]

Completed in 63 milliseconds