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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp39 FAddendCoef() : IsFp(false), BufHasFpVal(false), IntVal(0) {}
74 assert(IsFp && BufHasFpVal && "Incorret state");
79 assert(IsFp && BufHasFpVal && "Incorret state");
98 bool BufHasFpVal; member in class:__anon22534::FAddendCoef
203 if (BufHasFpVal)
217 IsFp = BufHasFpVal = true;
231 IsFp = BufHasFpVal = true;

Completed in 76 milliseconds