Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp3576 auto llvmTargetType = ctor->GetExactType(type); in VisitBitcast() local
3582 ASSERT(!llvmTargetType->isPointerTy()); in VisitBitcast()
3583 n = ctor->builder_.CreatePtrToInt(input, llvmTargetType); in VisitBitcast()
3590 n = ctor->builder_.CreateBitCast(input, llvmTargetType); in VisitBitcast()
3603 auto llvmTargetType = ctor->GetExactType(targetType); in VisitCast() local
3605 if (type == targetType || x->getType() == llvmTargetType) { in VisitCast()
3624 auto n = ctor->builder_.CreateCast(op, x, llvmTargetType); in VisitCast()