Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExpr.cpp3326 llvm::Type *FieldIntTy = in EmitLValueForField() local
3328 if (Addr.getElementType() != FieldIntTy) in EmitLValueForField()
3329 Addr = Builder.CreateElementBitCast(Addr, FieldIntTy); in EmitLValueForField()
/external/llvm-project/clang/lib/CodeGen/
DCGExpr.cpp4298 llvm::Type *FieldIntTy = llvm::Type::getIntNTy(getLLVMContext(), SS); in EmitLValueForField() local
4299 if (Addr.getElementType() != FieldIntTy) in EmitLValueForField()
4300 Addr = Builder.CreateElementBitCast(Addr, FieldIntTy); in EmitLValueForField()