Home
last modified time | relevance | path

Searched refs:EltBitWidth (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2888 const unsigned EltBitWidth = VecVT.getScalarSizeInBits(); in computeKnownBits() local
2892 if (BitWidth > EltBitWidth) in computeKnownBits()
2893 Known = Known.trunc(EltBitWidth); in computeKnownBits()
2904 if (BitWidth > EltBitWidth) in computeKnownBits()
3508 const unsigned EltBitWidth = Op.getOperand(0).getScalarValueSizeInBits(); in ComputeNumSignBits() local
3514 if (BitWidth != EltBitWidth) in ComputeNumSignBits()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp34634 unsigned EltBitWidth = VT0.getScalarSizeInBits(); in combineAndMaskToShift() local
34635 if (EltBitWidth != DAG.ComputeNumSignBits(Op0)) in combineAndMaskToShift()
34640 SDValue ShAmt = DAG.getConstant(EltBitWidth - ShiftVal, DL, MVT::i8); in combineAndMaskToShift()