Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp391 unsigned TestedBit = Log2_64(Val); in SelectTSTBOperand() local
394 if (TestedBit >= RegWidth) return false; in SelectTSTBOperand()
396 FixedPos = CurDAG->getTargetConstant(TestedBit, MVT::i64); in SelectTSTBOperand()