Home
last modified time | relevance | path

Searched defs:SignBit (Results 1 – 12 of 12) sorted by relevance

/external/icu/icu4c/source/layout/
DLigatureSubstProc.cpp20 #define SignBit(m) ((ExtendedComplement(m) >> 1) & (le_int32)(m)) macro
DLigatureSubstProc2.cpp20 #define SignBit(m) ((ExtendedComplement(m) >> 1) & (le_int32)(m)) macro
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp698 APInt SignBit(APInt::getSignBit(BitWidth)); in SimplifyDemandedUseBits() local
DInstCombineCompares.cpp1109 const APInt &SignBit = XorCst->getValue(); in visitICmpInstWithInstAndIntCst() local
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp1551 SDValue SignBit; in ExpandFCOPYSIGN() local
2421 SDValue SignBit = DAG.getConstant(0x80000000u, MVT::i32); in ExpandLegalINT_TO_FP() local
DLegalizeFloatTypes.cpp193 SDValue SignBit = DAG.getNode(ISD::SHL, dl, RVT, DAG.getConstant(1, RVT), in SoftenFloatRes_FCOPYSIGN() local
DTargetLowering.cpp767 APInt SignBit = APInt::getSignBit(BitWidth).lshr(ShAmt); in SimplifyDemandedBits() local
DDAGCombiner.cpp6262 APInt SignBit = APInt::getSignBit(VT.getSizeInBits()); in visitBITCAST() local
6301 APInt SignBit = APInt::getSignBit(VT.getSizeInBits()); in visitBITCAST() local
DSelectionDAG.cpp2098 APInt SignBit = APInt::getSignBit(BitWidth); in computeKnownBits() local
/external/llvm/lib/Target/R600/
DAMDGPUISelLowering.cpp1717 SDValue SignBit = DAG.getNode(ISD::AND, SL, MVT::i32, Hi, SignBitMask); in LowerFTRUNC() local
/external/llvm/lib/Support/
DAPInt.cpp1050 unsigned SignBit = APINT_BITS_PER_WORD - BitWidth; in ashr() local
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp11482 SDValue SignBit = DAG.getNode(X86ISD::FAND, dl, SrcVT, Op1, Mask1); in LowerFCOPYSIGN() local