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

/freebsd-10.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp108 /// FAddend is used to represent floating-point addend. An addend is
112 class FAddend { class in namespace:__anon2592
114 FAddend() { Val = 0; } function in class:__anon2592::FAddend
132 static unsigned drillValueDownOneStep(Value* V, FAddend &A0, FAddend &A1);
134 /// Similar to FAddend::drillDownOneStep() except that the value being
136 unsigned drillAddendDownOneStep(FAddend &Addend0, FAddend &Addend1) const;
138 void operator+=(const FAddend &T) {
160 typedef SmallVector<const FAddend*,
[all...]

Completed in 51 milliseconds