Searched defs:SignBit (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp245 SDValue SignBit = DAG.getNode( local
[all...]
H A DTargetLowering.cpp789 APInt SignBit = APInt::getSignBit(BitWidth).lshr(ShAmt); local
H A DSelectionDAG.cpp2215 APInt SignBit = APInt::getSignBit(BitWidth); local
H A DDAGCombiner.cpp7344 SDValue SignBit = DAG.getConstant( local
7365 APInt SignBit = APInt::getSignBit(VT.getSizeInBits()); local
7414 APInt SignBit = APInt::getSignBit(VT.getSizeInBits() / 2); local
7437 APInt SignBit = APInt::getSignBit(VT.getSizeInBits()); local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DValueTracking.cpp1516 APInt SignBit = APInt::getSignBit(Ty->getScalarSizeInBits()); local
/freebsd-11.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1280 const APInt &SignBit = XorCst->getValue(); local
/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1992 SDValue SignBit = DAG.getNode(ISD::AND, SL, MVT::i32, Hi, SignBitMask); local
2259 const SDValue SignBit = DAG.getConstant(63, SL, MVT::i64); local

Completed in 173 milliseconds