Home
last modified time | relevance | path

Searched defs:SignBit (Results 1 – 13 of 13) 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.cpp656 APInt SignBit(APInt::getSignBit(BitWidth)); in SimplifyDemandedUseBits() local
DInstCombineCompares.cpp1280 const APInt &SignBit = XorCst->getValue(); in visitICmpInstWithInstAndIntCst() local
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp1720 SDValue SignBit = DAG.getNode(ISD::AND, DL, IntVT, SignAsInt.IntValue, in ExpandFCOPYSIGN() local
2545 SDValue SignBit = DAG.getConstant(0x80000000u, dl, MVT::i32); in ExpandLegalINT_TO_FP() local
DTargetLowering.cpp795 APInt SignBit = APInt::getSignBit(BitWidth).lshr(ShAmt); in SimplifyDemandedBits() local
DLegalizeFloatTypes.cpp245 SDValue SignBit = DAG.getNode( in SoftenFloatRes_FCOPYSIGN() local
DDAGCombiner.cpp7340 SDValue SignBit = DAG.getConstant( in visitBITCAST() local
7361 APInt SignBit = APInt::getSignBit(VT.getSizeInBits()); in visitBITCAST() local
7410 APInt SignBit = APInt::getSignBit(VT.getSizeInBits() / 2); in visitBITCAST() local
7433 APInt SignBit = APInt::getSignBit(VT.getSizeInBits()); in visitBITCAST() local
DSelectionDAG.cpp2224 APInt SignBit = APInt::getSignBit(BitWidth); in computeKnownBits() local
/external/llvm/lib/Support/
DAPInt.cpp1062 unsigned SignBit = APINT_BITS_PER_WORD - BitWidth; in ashr() local
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp1976 SDValue SignBit = DAG.getNode(ISD::AND, SL, MVT::i32, Hi, SignBitMask); in LowerFTRUNC() local
/external/llvm/lib/Analysis/
DValueTracking.cpp1516 APInt SignBit = APInt::getSignBit(Ty->getScalarSizeInBits()); in computeKnownBitsFromOperator() local
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp13600 SDValue SignBit = DAG.getNode(X86ISD::FAND, dl, LogicVT, Op1, Mask1); in LowerFCOPYSIGN() local