Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DIRBuilder.h1623 Value *OffsetValue = nullptr) {
1633 if (OffsetValue) {
1635 if (ConstantInt *CI = dyn_cast<ConstantInt>(OffsetValue))
1639 if (OffsetValue->getType() != IntPtrTy)
1640 OffsetValue = CreateIntCast(OffsetValue, IntPtrTy, /*isSigned*/ true,
1642 PtrIntValue = CreateSub(PtrIntValue, OffsetValue, "offsetptr");
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp2197 llvm::Constant *OffsetValue = llvm::ConstantInt::get(IntTy, Offset); in GenerateClass() local
2203 OffsetVar->setInitializer(OffsetValue); in GenerateClass()
2211 OffsetValue, in GenerateClass()
2214 IvarOffsets.push_back(OffsetValue); in GenerateClass()
DCodeGenFunction.h1801 llvm::Value *OffsetValue = nullptr) {
1803 OffsetValue);
DCGCall.cpp3493 llvm::Value *OffsetValue = nullptr; in EmitCall() local
3495 OffsetValue = EmitScalarExpr(Offset); in EmitCall()
3500 OffsetValue); in EmitCall()
DCGBuiltin.cpp430 Value *OffsetValue = in EmitBuiltinExpr() local
437 EmitAlignmentAssumption(PtrValue, Alignment, OffsetValue); in EmitBuiltinExpr()