Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp862 Type *IntTy8 = Type::getInt8Ty(II.getContext()); in simplifyX86extrq() local
864 VectorType *ShufTy = VectorType::get(IntTy8, 16); in simplifyX86extrq()
942 Type *IntTy8 = Type::getInt8Ty(II.getContext()); in simplifyX86insertq() local
944 VectorType *ShufTy = VectorType::get(IntTy8, 16); in simplifyX86insertq()
990 Type *IntTy8 = Type::getInt8Ty(II.getContext()); in simplifyX86insertq() local
991 Constant *CILength = ConstantInt::get(IntTy8, Length, false); in simplifyX86insertq()
992 Constant *CIIndex = ConstantInt::get(IntTy8, Index, false); in simplifyX86insertq()