Searched refs:SplatByte (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 2776 static APInt SplatByte(unsigned NumBits, uint8_t ByteVal) { in SplatByte() function 2803 SDValue Mask55 = DAG.getConstant(SplatByte(Len, 0x55), VT); in ExpandBitCount() 2804 SDValue Mask33 = DAG.getConstant(SplatByte(Len, 0x33), VT); in ExpandBitCount() 2805 SDValue Mask0F = DAG.getConstant(SplatByte(Len, 0x0F), VT); in ExpandBitCount() 2806 SDValue Mask01 = DAG.getConstant(SplatByte(Len, 0x01), VT); in ExpandBitCount()
|
D | SelectionDAG.cpp | 3239 static APInt SplatByte(unsigned NumBits, uint8_t ByteVal) { in SplatByte() function 3257 APInt Val = SplatByte(NumBits, C->getZExtValue() & 255); in getMemsetValue() 3267 APInt Magic = SplatByte(NumBits, 0x01); in getMemsetValue()
|