Home
last modified time | relevance | path

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

/external/icu4c/layout/
DLigatureSubstProc.cpp20 #define SignBit(m) ((ExtendedComplement(m) >> 1) & (le_int32)(m)) macro
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp697 APInt SignBit(APInt::getSignBit(BitWidth)); in SimplifyDemandedUseBits() local
DInstCombineCompares.cpp1079 const APInt &SignBit = XorCST->getValue(); in visitICmpInstWithInstAndIntCst() local
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp1503 SDValue SignBit; in ExpandFCOPYSIGN() local
2241 SDValue SignBit = DAG.getConstant(0x80000000u, MVT::i32); in ExpandLegalINT_TO_FP() local
DTargetLowering.cpp719 APInt SignBit = APInt::getSignBit(BitWidth).lshr(ShAmt); in SimplifyDemandedBits() local
DLegalizeFloatTypes.cpp190 SDValue SignBit = DAG.getNode(ISD::SHL, dl, RVT, DAG.getConstant(1, RVT), in SoftenFloatRes_FCOPYSIGN() local
DDAGCombiner.cpp5592 APInt SignBit = APInt::getSignBit(VT.getSizeInBits()); in visitBITCAST() local
5631 APInt SignBit = APInt::getSignBit(VT.getSizeInBits()); in visitBITCAST() local
DSelectionDAG.cpp1862 APInt SignBit = APInt::getSignBit(BitWidth); in ComputeMaskedBits() local
/external/llvm/lib/Support/
DAPInt.cpp1049 unsigned SignBit = APINT_BITS_PER_WORD - BitWidth; in ashr() local
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp8725 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