Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprScalar.cpp1328 static mlir::Value emitPointerArithmetic(CIRGenFunction &cgf, in emitPointerArithmetic() function
1462 return emitPointerArithmetic(cgf, ops, /*isSubtraction=*/false); in emitAdd()
1559 return emitPointerArithmetic(cgf, ops, /*isSubtraction=*/true); in emitSub()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp4187 static Value *emitPointerArithmetic(CodeGenFunction &CGF, in emitPointerArithmetic() function
4448 return emitPointerArithmetic(CGF, op, CodeGenFunction::NotSubtraction); in EmitAdd()
4656 return emitPointerArithmetic(CGF, op, CodeGenFunction::IsSubtraction); in EmitSub()