Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2557 llvm::PointerType *IntrinTy = in EmitFieldAnnotations() local
2560 {IntrinTy, CGM.ConstGlobalsPtrTy}); in EmitFieldAnnotations()
2566 if (VTy != IntrinTy) in EmitFieldAnnotations()
2567 V = Builder.CreateBitCast(V, IntrinTy); in EmitFieldAnnotations()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp666 IntegerType *IntrinTy = Size > 32 ? Builder.getInt64Ty() : I32Ty; in replaceMulWithMul24() local
676 Value *Result = Builder.CreateIntrinsic(ID, {IntrinTy}, {LHS, RHS}); in replaceMulWithMul24()