Searched defs:SignBit (Results 1 – 10 of 10) sorted by relevance
| /external/icu4c/layout/ |
| D | LigatureSubstProc.cpp | 20 #define SignBit(m) ((ExtendedComplement(m) >> 1) & (le_int32)(m)) macro
|
| /external/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineSimplifyDemanded.cpp | 697 APInt SignBit(APInt::getSignBit(BitWidth)); in SimplifyDemandedUseBits() local
|
| D | InstCombineCompares.cpp | 1079 const APInt &SignBit = XorCST->getValue(); in visitICmpInstWithInstAndIntCst() local
|
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeDAG.cpp | 1503 SDValue SignBit; in ExpandFCOPYSIGN() local 2241 SDValue SignBit = DAG.getConstant(0x80000000u, MVT::i32); in ExpandLegalINT_TO_FP() local
|
| D | TargetLowering.cpp | 719 APInt SignBit = APInt::getSignBit(BitWidth).lshr(ShAmt); in SimplifyDemandedBits() local
|
| D | LegalizeFloatTypes.cpp | 190 SDValue SignBit = DAG.getNode(ISD::SHL, dl, RVT, DAG.getConstant(1, RVT), in SoftenFloatRes_FCOPYSIGN() local
|
| D | DAGCombiner.cpp | 5592 APInt SignBit = APInt::getSignBit(VT.getSizeInBits()); in visitBITCAST() local 5631 APInt SignBit = APInt::getSignBit(VT.getSizeInBits()); in visitBITCAST() local
|
| D | SelectionDAG.cpp | 1862 APInt SignBit = APInt::getSignBit(BitWidth); in ComputeMaskedBits() local
|
| /external/llvm/lib/Support/ |
| D | APInt.cpp | 1049 unsigned SignBit = APINT_BITS_PER_WORD - BitWidth; in ashr() local
|
| /external/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 8725 SDValue SignBit = DAG.getNode(X86ISD::FAND, dl, SrcVT, Op1, Mask1); in LowerFCOPYSIGN() local 9376 SDValue SignBit = DAG.getConstant(APInt::getSignBit(EltVT.getSizeInBits()), in LowerVSETCC() local
|