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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp73 bool isZero() const { return isInt() ? !IntVal : getFpVal().isZero(); }
90 const APFloat &getFpVal() const { function in class:__anon4559::FAddendCoef
95 APFloat &getFpVal() { function in class:__anon4559::FAddendCoef
269 set(That.getFpVal());
278 getFpVal().add(That.getFpVal(), RndMode);
283 const APFloat &T = That.getFpVal();
285 getFpVal().add(T, RndMode);
289 APFloat &T = getFpVal();
310 isInt() ? That.getFpVal()
[all...]

Completed in 55 milliseconds