Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExprScalar.cpp2413 static Value *emitPointerArithmetic(CodeGenFunction &CGF, in emitPointerArithmetic() function
2574 return emitPointerArithmetic(CGF, op, /*subtraction*/ false); in EmitAdd()
2637 return emitPointerArithmetic(CGF, op, /*subtraction*/ true); in EmitSub()