Searched refs:FBits (Results 1 – 1 of 1) sorted by relevance
176 unsigned FBits = IntVal.logBase2(); in SelectCVTFixedPosOperand() local180 if (FBits == 0 || FBits > RegWidth) return false; in SelectCVTFixedPosOperand()182 FixedPos = CurDAG->getTargetConstant(64 - FBits, MVT::i32); in SelectCVTFixedPosOperand()