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