Searched defs:SignBit (Results 1 – 13 of 13) sorted by relevance
/external/icu/icu4c/source/layout/ |
D | LigatureSubstProc.cpp | 20 #define SignBit(m) ((ExtendedComplement(m) >> 1) & (le_int32)(m)) macro
|
D | LigatureSubstProc2.cpp | 20 #define SignBit(m) ((ExtendedComplement(m) >> 1) & (le_int32)(m)) macro
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 656 APInt SignBit(APInt::getSignBit(BitWidth)); in SimplifyDemandedUseBits() local
|
D | InstCombineCompares.cpp | 1280 const APInt &SignBit = XorCst->getValue(); in visitICmpInstWithInstAndIntCst() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 1720 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
|
D | TargetLowering.cpp | 795 APInt SignBit = APInt::getSignBit(BitWidth).lshr(ShAmt); in SimplifyDemandedBits() local
|
D | LegalizeFloatTypes.cpp | 245 SDValue SignBit = DAG.getNode( in SoftenFloatRes_FCOPYSIGN() local
|
D | DAGCombiner.cpp | 7340 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
|
D | SelectionDAG.cpp | 2224 APInt SignBit = APInt::getSignBit(BitWidth); in computeKnownBits() local
|
/external/llvm/lib/Support/ |
D | APInt.cpp | 1062 unsigned SignBit = APINT_BITS_PER_WORD - BitWidth; in ashr() local
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 1976 SDValue SignBit = DAG.getNode(ISD::AND, SL, MVT::i32, Hi, SignBitMask); in LowerFTRUNC() local
|
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 1516 APInt SignBit = APInt::getSignBit(Ty->getScalarSizeInBits()); in computeKnownBitsFromOperator() local
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 13600 SDValue SignBit = DAG.getNode(X86ISD::FAND, dl, LogicVT, Op1, Mask1); in LowerFCOPYSIGN() local
|