Searched refs:condition_type (Results 1 – 8 of 8) sorted by relevance
197 const uint32_t condition_type = _.GetOperandTypeId(inst, 2); in LogicalsPass() local201 if (!condition_type || (!_.IsBoolScalarType(condition_type) && in LogicalsPass()202 !_.IsBoolVectorType(condition_type))) in LogicalsPass()207 if (_.GetDimension(condition_type) != dimension) { in LogicalsPass()212 if (!composites || _.IsBoolVectorType(condition_type)) { in LogicalsPass()
206 const uint32_t condition_type = _.GetOperandTypeId(inst, 2); in LogicalsPass() local210 if (!condition_type || (!_.IsBoolScalarType(condition_type) && in LogicalsPass()211 !_.IsBoolVectorType(condition_type))) in LogicalsPass()216 if (_.GetDimension(condition_type) != dimension) { in LogicalsPass()221 if (!composites || _.IsBoolVectorType(condition_type)) { in LogicalsPass()
62 auto condition_type = in IsApplicable() local64 if (!condition_type->AsBool()) { in IsApplicable()
631 Type const condition_type = NodeProperties::GetType(condition); in ReduceSelect() local636 if (condition_type.Is(true_type_)) { in ReduceSelect()640 if (condition_type.Is(false_type_)) { in ReduceSelect()
591 const Type* condition_type = stack->Pop(); in TypeInstruction() local592 if (condition_type != TypeOracle::GetBoolType()) { in TypeInstruction()