Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp54 bool isZero() const { return isInt() ? !IntVal : getFpVal().isZero(); } in isZero()
75 const APFloat &getFpVal() const { in getFpVal() function in __anon34d4ec880111::FAddendCoef
80 APFloat &getFpVal() { in getFpVal() function in __anon34d4ec880111::FAddendCoef
257 set(That.getFpVal()); in operator =()
266 getFpVal().add(That.getFpVal(), RndMode); in operator +=()
271 const APFloat &T = That.getFpVal(); in operator +=()
273 getFpVal().add(T, RndMode); in operator +=()
277 APFloat &T = getFpVal(); in operator +=()
298 isInt() ? That.getFpVal().getSemantics() : getFpVal().getSemantics(); in operator *=()
302 APFloat &F0 = getFpVal(); in operator *=()
[all …]