Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp49 class FAddendCoef { class
56 FAddendCoef() = default;
57 ~FAddendCoef();
61 void operator=(const FAddendCoef &A);
62 void operator+=(const FAddendCoef &A);
172 FAddendCoef Coeff;
224 FAddendCoef::~FAddendCoef() { in ~FAddendCoef()
266 void FAddendCoef::operator=(const FAddendCoef &That) { in operator =()
273 void FAddendCoef::operator+=(const FAddendCoef &That) { in operator +=()
294 void FAddendCoef::operator*=(const FAddendCoef &That) { in operator *=()
[all …]