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