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

/freebsd-10.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp38 FAddendCoef() : IsFp(false), BufHasFpVal(false), IntVal(0) {}
43 IsFp = false; IntVal = C;
73 assert(IsFp && BufHasFpVal && "Incorret state");
78 assert(IsFp && BufHasFpVal && "Incorret state");
82 bool isInt() const { return !IsFp; }
94 bool IsFp; member in class:__anon2592::FAddendCoef
216 IsFp = BufHasFpVal = true;
230 IsFp = BufHasFpVal = true;

Completed in 58 milliseconds