Home
last modified time | relevance | path

Searched refs:pointerOperand (Results 1 – 1 of 1) sorted by last modified time

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp3623 Expr *pointerOperand = expr->getLHS(); in emitPointerArithmetic() local
3630 std::swap(pointerOperand, indexOperand); in emitPointerArithmetic()
3674 CGF.EmitBoundsCheck(op.E, pointerOperand, index, indexOperand->getType(), in emitPointerArithmetic()
3678 = pointerOperand->getType()->getAs<PointerType>(); in emitPointerArithmetic()
3680 QualType objectType = pointerOperand->getType() in emitPointerArithmetic()