Searched defs:SignBit (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/layout/
H A DLigatureSubstProc.cpp20 #define SignBit(m) ((ExtendedComplement(m) >> 1) & (le_int32)(m)) macro
H A DLigatureSubstProc2.cpp20 #define SignBit(m) ((ExtendedComplement(m) >> 1) & (le_int32)(m)) macro
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp186 SDValue SignBit = DAG.getNode(ISD::SHL, dl, RVT, DAG.getConstant(1, RVT), local
[all...]
H A DTargetLowering.cpp1562 APInt SignBit = APInt::getSignBit(BitWidth).lshr(ShAmt); local
H A DSelectionDAG.cpp1878 APInt SignBit = APInt::getSignBit(BitWidth); local
H A DDAGCombiner.cpp5446 APInt SignBit = APInt::getSignBit(VT.getSizeInBits()); local
5485 APInt SignBit = APInt::getSignBit(VT.getSizeInBits()); local
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1079 const APInt &SignBit = XorCST->getValue(); local
/macosx-10.10/llvmCore-3425.0.34/lib/Target/X86/
H A DX86ISelLowering.cpp8319 SDValue SignBit = DAG.getNode(X86ISD::FAND, dl, SrcVT, Op1, Mask1); local
8984 SDValue SignBit = DAG.getConstant(APInt::getSignBit(EltVT.getSizeInBits()), local
[all...]

Completed in 326 milliseconds