Searched defs:InSignBit (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp821 APInt InSignBit = APInt::getBitsSet(BitWidth, InBits - 1, InBits); local
H A DSelectionDAG.cpp1880 APInt InSignBit = APInt::getSignBit(EBits); local
1945 APInt InSignBit = APInt::getSignBit(InBits); local

Completed in 114 milliseconds