Searched defs:cmpOp (Results 1 – 3 of 3) sorted by relevance
175 auto cmpOp = rewriter.create<spirv::SLessThanOp>( in matchAndRewrite() local
256 auto cmpOp = builder.create<CmpIOp>(loc, predicate, value, *valueIt); in buildMinMaxReductionSeq() local
2186 …void OutputASM::emitCmp(sw::Shader::Control cmpOp, TIntermTyped *dst, TIntermNode *left, TIntermNo… in emitCmp()