Searched refs:FBits (Results 1 – 1 of 1) sorted by relevance
3893 unsigned FBits = IntVal.logBase2(); in checkCVTFixedPointOperandWithFBits() local3897 if (FBits == 0 || FBits > RegWidth) return false; in checkCVTFixedPointOperandWithFBits()3899 FixedPos = CurDAG->getTargetConstant(FBits, SDLoc(N), MVT::i32); in checkCVTFixedPointOperandWithFBits()