Lines Matching defs:ByteVal
85 // Chain, Dst, ByteVal and Size. These cases are expected to use
88 SDValue Dst, uint64_t ByteVal, uint64_t Size,
90 uint64_t StoreVal = ByteVal;
92 StoreVal |= ByteVal << (I * 8);
115 // used if ByteVal is all zeros or all ones; in other cases,
117 uint64_t ByteVal = CByte->getZExtValue();
118 if (ByteVal == 0 || ByteVal == 255
123 SDValue Chain1 = memsetStore(DAG, DL, Chain, Dst, ByteVal, Size1,
131 memsetStore(DAG, DL, Chain, Dst, ByteVal, Size2,