Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpLowering.cpp87 auto *IntrinTy = cast<StructType>(Intrin->getType()); in replaceNamedStructUses() local
89 if (!IntrinTy->isLayoutIdentical(DXILOpTy)) in replaceNamedStructUses()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2747 llvm::PointerType *IntrinTy = in EmitFieldAnnotations() local
2750 {IntrinTy, CGM.ConstGlobalsPtrTy}); in EmitFieldAnnotations()
2756 if (VTy != IntrinTy) in EmitFieldAnnotations()
2757 V = Builder.CreateBitCast(V, IntrinTy); in EmitFieldAnnotations()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp672 IntegerType *IntrinTy = Size > 32 ? Builder.getInt64Ty() : I32Ty; in replaceMulWithMul24() local
682 Value *Result = Builder.CreateIntrinsic(ID, {IntrinTy}, {LHS, RHS}); in replaceMulWithMul24()