Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVLegalizerInfo.cpp135 auto allWritablePtrs = {p0, p1, p3, p4}; in SPIRVLegalizerInfo() local
146 .legalIf(all(typeInSet(0, allWritablePtrs), typeInSet(1, allPtrs))); in SPIRVLegalizerInfo()
149 all(typeInSet(0, allWritablePtrs), typeInSet(1, allIntScalars))); in SPIRVLegalizerInfo()
206 .legalForCartesianProduct(allIntScalars, allWritablePtrs); in SPIRVLegalizerInfo()
209 .legalForCartesianProduct(allFloatAndIntScalars, allWritablePtrs); in SPIRVLegalizerInfo()