Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp665 Type *IntTy8 = Type::getInt8Ty(II.getContext()); in simplifyX86extrq() local
666 auto *ShufTy = FixedVectorType::get(IntTy8, 16); in simplifyX86extrq()
742 Type *IntTy8 = Type::getInt8Ty(II.getContext()); in simplifyX86insertq() local
743 auto *ShufTy = FixedVectorType::get(IntTy8, 16); in simplifyX86insertq()
788 Type *IntTy8 = Type::getInt8Ty(II.getContext()); in simplifyX86insertq() local
789 Constant *CILength = ConstantInt::get(IntTy8, Length, false); in simplifyX86insertq()
790 Constant *CIIndex = ConstantInt::get(IntTy8, Index, false); in simplifyX86insertq()