Searched defs:SignBit (Results 1 – 12 of 12) 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 | 698 APInt SignBit(APInt::getSignBit(BitWidth)); in SimplifyDemandedUseBits() local
|
| D | InstCombineCompares.cpp | 1109 const APInt &SignBit = XorCst->getValue(); in visitICmpInstWithInstAndIntCst() local
|
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeDAG.cpp | 1551 SDValue SignBit; in ExpandFCOPYSIGN() local 2421 SDValue SignBit = DAG.getConstant(0x80000000u, MVT::i32); in ExpandLegalINT_TO_FP() local
|
| D | LegalizeFloatTypes.cpp | 193 SDValue SignBit = DAG.getNode(ISD::SHL, dl, RVT, DAG.getConstant(1, RVT), in SoftenFloatRes_FCOPYSIGN() local
|
| D | TargetLowering.cpp | 767 APInt SignBit = APInt::getSignBit(BitWidth).lshr(ShAmt); in SimplifyDemandedBits() local
|
| D | DAGCombiner.cpp | 6262 APInt SignBit = APInt::getSignBit(VT.getSizeInBits()); in visitBITCAST() local 6301 APInt SignBit = APInt::getSignBit(VT.getSizeInBits()); in visitBITCAST() local
|
| D | SelectionDAG.cpp | 2098 APInt SignBit = APInt::getSignBit(BitWidth); in computeKnownBits() local
|
| /external/llvm/lib/Target/R600/ |
| D | AMDGPUISelLowering.cpp | 1717 SDValue SignBit = DAG.getNode(ISD::AND, SL, MVT::i32, Hi, SignBitMask); in LowerFTRUNC() local
|
| /external/llvm/lib/Support/ |
| D | APInt.cpp | 1050 unsigned SignBit = APINT_BITS_PER_WORD - BitWidth; in ashr() local
|
| /external/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 11482 SDValue SignBit = DAG.getNode(X86ISD::FAND, dl, SrcVT, Op1, Mask1); in LowerFCOPYSIGN() local
|