Searched refs:emitPointerArithmetic (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenExprScalar.cpp | 1328 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 D | CGExprScalar.cpp | 4187 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()
|