Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp128 class FAddend { class
130 FAddend() = default;
132 void operator+=(const FAddend &T) { in operator +=()
160 static unsigned drillValueDownOneStep(Value* V, FAddend &A0, FAddend &A1);
164 unsigned drillAddendDownOneStep(FAddend &Addend0, FAddend &Addend1) const;
184 using AddendVect = SmallVector<const FAddend *, 4>;
189 Value *createAddendVal(const FAddend &A, bool& NeedNeg);
346 unsigned FAddend::drillValueDownOneStep in drillValueDownOneStep()
347 (Value *Val, FAddend &Addend0, FAddend &Addend1) { in drillValueDownOneStep()
372 FAddend &Addend = Opnd0 ? Addend1 : Addend0; in drillValueDownOneStep()
[all …]