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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp41 FAddendCoef() : IsFp(false), BufHasFpVal(false), IntVal(0) {}
46 IsFp = false; IntVal = C;
76 assert(IsFp && BufHasFpVal && "Incorret state");
81 assert(IsFp && BufHasFpVal && "Incorret state");
85 bool isInt() const { return !IsFp; }
97 bool IsFp; member in class:__anon10981::FAddendCoef
219 IsFp = BufHasFpVal = true;
233 IsFp = BufHasFpVal = true;

Completed in 135 milliseconds