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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp39 FAddendCoef() : IsFp(false), BufHasFpVal(false), IntVal(0) {}
44 IsFp = false; IntVal = C;
74 assert(IsFp && BufHasFpVal && "Incorret state");
79 assert(IsFp && BufHasFpVal && "Incorret state");
83 bool isInt() const { return !IsFp; }
95 bool IsFp; member in class:__anon22534::FAddendCoef
217 IsFp = BufHasFpVal = true;
231 IsFp = BufHasFpVal = true;

Completed in 54 milliseconds