Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp665 APInt SignBit(APInt::getSignBit(BitWidth)); in SimplifyDemandedUseBits() local
DInstCombineCompares.cpp1052 const APInt &SignBit = XorCST->getValue(); in visitICmpInstWithInstAndIntCst() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp655 APInt SignBit(APInt::getSignBit(BitWidth)); in SimplifyDemandedUseBits() local
DInstCombineCompares.cpp1605 const APInt &SignBit = XorCst->getValue(); in visitICmpInstWithInstAndIntCst() local
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp1359 uint8_t SignBit; member
1444 SDValue SignBit = DAG.getNode(ISD::AND, DL, IntVT, SignAsInt.IntValue, in ExpandFCOPYSIGN() local
2290 SDValue SignBit = DAG.getConstant(0x80000000u, dl, MVT::i32); in ExpandLegalINT_TO_FP() local
DLegalizeFloatTypes.cpp262 SDValue SignBit = DAG.getNode( in SoftenFloatRes_FCOPYSIGN() local
DTargetLowering.cpp836 APInt SignBit = APInt::getSignBit(BitWidth).lshr(ShAmt); in SimplifyDemandedBits() local
DDAGCombiner.cpp7476 SDValue SignBit = DAG.getConstant( in visitBITCAST() local
7497 APInt SignBit = APInt::getSignBit(VT.getSizeInBits()); in visitBITCAST() local
7545 APInt SignBit = APInt::getSignBit(VT.getSizeInBits() / 2); in visitBITCAST() local
7566 APInt SignBit = APInt::getSignBit(VT.getSizeInBits()); in visitBITCAST() local
DSelectionDAG.cpp2198 APInt SignBit = APInt::getSignBit(BitWidth); in computeKnownBits() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp1889 SDValue SignBit; in ExpandFCOPYSIGN() local
2475 SDValue SignBit = DAG.getConstant(0x80000000u, MVT::i32); in ExpandLegalINT_TO_FP() local
DLegalizeFloatTypes.cpp186 SDValue SignBit = DAG.getNode(ISD::SHL, dl, RVT, DAG.getConstant(1, RVT), in SoftenFloatRes_FCOPYSIGN() local
DTargetLowering.cpp1577 APInt SignBit = APInt::getSignBit(BitWidth).lshr(ShAmt); in SimplifyDemandedBits() local
DDAGCombiner.cpp5026 APInt SignBit = APInt::getSignBit(VT.getSizeInBits()); in visitBITCAST() local
5065 APInt SignBit = APInt::getSignBit(VT.getSizeInBits()); in visitBITCAST() local
DSelectionDAG.cpp1807 APInt SignBit = APInt::getSignBit(BitWidth); in ComputeMaskedBits() local
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp1664 SDValue SignBit = DAG.getNode(ISD::AND, SL, MVT::i32, Hi, SignBitMask); in LowerFTRUNC() local
1930 const SDValue SignBit = DAG.getConstant(63, SL, MVT::i64); in LowerINT_TO_FP32() local
/external/llvm/lib/Support/
DAPInt.cpp1068 unsigned SignBit = APINT_BITS_PER_WORD - BitWidth; in ashr() local
/external/swiftshader/third_party/LLVM/lib/Support/
DAPInt.cpp1132 unsigned SignBit = APINT_BITS_PER_WORD - BitWidth; in ashr() local
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp8103 SDValue SignBit = DAG.getNode(X86ISD::FAND, dl, SrcVT, Op1, Mask1); in LowerFCOPYSIGN() local
8573 SDValue SignBit = DAG.getConstant(APInt::getSignBit(EltVT.getSizeInBits()), in LowerVSETCC() local