Searched defs:binOp (Results 1 – 4 of 4) sorted by relevance
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
69 TypedBinOp binOp = accessor.GetTypedBinOp(); in IsTrustedBooleanType() local123 TypedBinOp binOp = accessor.GetTypedBinOp(); in IsTrustedNumberType() local
283 static uint64_t ToValue(ParamType operandType, TypedBinOp binOp) in ToValue()