Searched defs:binOp (Results 1 – 5 of 5) sorted by relevance
50 auto const binOp = node->AsBinaryExpression(); in Perform() local
43 TypedBinOp binOp = acc_.GetTypedBinaryOp(valueGate); in IsInductionVariable() local82 [[maybe_unused]]TypedBinOp binOp = acc_.GetTypedBinaryOp(valueGate); in GetStartAndStride() local
335 auto binOp = acc_.GetTypedBinaryOp(gate); in PrintRangeInfo() local
66 TypedBinOp binOp = accessor.GetTypedBinOp(); in IsTrustedBooleanType() local120 TypedBinOp binOp = accessor.GetTypedBinOp(); in IsTrustedNumberType() local
283 static uint64_t ToValue(ParamType operandType, TypedBinOp binOp) in ToValue()