Searched refs:IntrinTy (Results 1 – 2 of 2) sorted by relevance
2639 llvm::PointerType *IntrinTy = in EmitFieldAnnotations() local2642 {IntrinTy, CGM.ConstGlobalsPtrTy}); in EmitFieldAnnotations()2648 if (VTy != IntrinTy) in EmitFieldAnnotations()2649 V = Builder.CreateBitCast(V, IntrinTy); in EmitFieldAnnotations()
668 IntegerType *IntrinTy = Size > 32 ? Builder.getInt64Ty() : I32Ty; in replaceMulWithMul24() local678 Value *Result = Builder.CreateIntrinsic(ID, {IntrinTy}, {LHS, RHS}); in replaceMulWithMul24()