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.cpp2639 llvm::PointerType *IntrinTy = in EmitFieldAnnotations() local
2642 {IntrinTy, CGM.ConstGlobalsPtrTy}); in EmitFieldAnnotations()
2648 if (VTy != IntrinTy) in EmitFieldAnnotations()
2649 V = Builder.CreateBitCast(V, IntrinTy); in EmitFieldAnnotations()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp668 IntegerType *IntrinTy = Size > 32 ? Builder.getInt64Ty() : I32Ty; in replaceMulWithMul24() local
678 Value *Result = Builder.CreateIntrinsic(ID, {IntrinTy}, {LHS, RHS}); in replaceMulWithMul24()