Searched refs:IntTy8 (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 584 Type *IntTy8 = Type::getInt8Ty(II.getContext()); in simplifyX86extrq() local 586 VectorType *ShufTy = VectorType::get(IntTy8, 16); in simplifyX86extrq() 664 Type *IntTy8 = Type::getInt8Ty(II.getContext()); in simplifyX86insertq() local 666 VectorType *ShufTy = VectorType::get(IntTy8, 16); in simplifyX86insertq() 712 Type *IntTy8 = Type::getInt8Ty(II.getContext()); in simplifyX86insertq() local 713 Constant *CILength = ConstantInt::get(IntTy8, Length, false); in simplifyX86insertq() 714 Constant *CIIndex = ConstantInt::get(IntTy8, Index, false); in simplifyX86insertq()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 822 Type *IntTy8 = Type::getInt8Ty(II.getContext()); in simplifyX86extrq() local 824 VectorType *ShufTy = VectorType::get(IntTy8, 16); in simplifyX86extrq() 902 Type *IntTy8 = Type::getInt8Ty(II.getContext()); in simplifyX86insertq() local 904 VectorType *ShufTy = VectorType::get(IntTy8, 16); in simplifyX86insertq() 950 Type *IntTy8 = Type::getInt8Ty(II.getContext()); in simplifyX86insertq() local 951 Constant *CILength = ConstantInt::get(IntTy8, Length, false); in simplifyX86insertq() 952 Constant *CIIndex = ConstantInt::get(IntTy8, Index, false); in simplifyX86insertq()
|