Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp176 unsigned FBits = IntVal.logBase2(); in SelectCVTFixedPosOperand() local
180 if (FBits == 0 || FBits > RegWidth) return false; in SelectCVTFixedPosOperand()
182 FixedPos = CurDAG->getTargetConstant(64 - FBits, MVT::i32); in SelectCVTFixedPosOperand()