Searched refs:WriteThroughShadow (Results 1 – 1 of 1) sorted by relevance
4448 Value *WriteThroughShadow = getShadow(WriteThrough); in handleAVX512VectorConvertFPToInt() local4449 Value *Shadow = IRB.CreateSelect(Mask, AShadow, WriteThroughShadow); in handleAVX512VectorConvertFPToInt()4711 Value *WriteThroughShadow = getShadow(WriteThrough); in handleAVX512VectorDownConvert() local4713 Value *Shadow = IRB.CreateSelect(Mask, AShadow, WriteThroughShadow); in handleAVX512VectorDownConvert()