Searched defs:getFpVal (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp53 bool isZero() const { return isInt() ? !IntVal : getFpVal().isZero(); }
75 const APFloat &getFpVal(void) const { function in class:__anon10981::FAddendCoef
80 APFloat &getFpVal(void) { function in class:__anon10981::FAddendCoef
250 set(That.getFpVal());
259 getFpVal().add(That.getFpVal(), RndMode);
264 const APFloat &T = That.getFpVal();
266 getFpVal().add(T, RndMode);
270 APFloat &T = getFpVal();
280 getFpVal()
[all...]

Completed in 50 milliseconds