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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp111 /// FAddend is used to represent floating-point addend. An addend is
115 class FAddend { class in namespace:__anon10981
117 FAddend() { Val = nullptr; } function in class:__anon10981::FAddend
135 static unsigned drillValueDownOneStep(Value* V, FAddend &A0, FAddend &A1);
137 /// Similar to FAddend::drillDownOneStep() except that the value being
139 unsigned drillAddendDownOneStep(FAddend &Addend0, FAddend &Addend1) const;
141 void operator+=(const FAddend &T) {
163 typedef SmallVector<const FAddend*,
[all...]

Completed in 295 milliseconds