Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp433 Type *IntTy8 = Type::getInt8Ty(II.getContext()); in SimplifyX86extrq() local
435 VectorType *ShufTy = VectorType::get(IntTy8, 16); in SimplifyX86extrq()
513 Type *IntTy8 = Type::getInt8Ty(II.getContext()); in SimplifyX86insertq() local
515 VectorType *ShufTy = VectorType::get(IntTy8, 16); in SimplifyX86insertq()
561 Type *IntTy8 = Type::getInt8Ty(II.getContext()); in SimplifyX86insertq() local
562 Constant *CILength = ConstantInt::get(IntTy8, Length, false); in SimplifyX86insertq()
563 Constant *CIIndex = ConstantInt::get(IntTy8, Index, false); in SimplifyX86insertq()