Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprScalar.cpp1338 Expr *indexOperand = expr->getRHS(); in emitPointerArithmetic() local
1346 std::swap(pointerOperand, indexOperand); in emitPointerArithmetic()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp4197 Expr *indexOperand = expr->getRHS(); in emitPointerArithmetic() local
4202 std::swap(pointerOperand, indexOperand); in emitPointerArithmetic()
4205 bool isSigned = indexOperand->getType()->isSignedIntegerOrEnumerationType(); in emitPointerArithmetic()
4265 CGF.EmitBoundsCheck(op.E, pointerOperand, index, indexOperand->getType(), in emitPointerArithmetic()