Searched refs:llvmTargetType (Results 1 – 1 of 1) sorted by relevance
3576 auto llvmTargetType = ctor->GetExactType(type); in VisitBitcast() local3582 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() local3605 if (type == targetType || x->getType() == llvmTargetType) { in VisitCast()3624 auto n = ctor->builder_.CreateCast(op, x, llvmTargetType); in VisitCast()