Searched refs:MaskEltTy (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp733 auto *MaskEltTy = Type::getInt32Ty(II.getContext()); local
749 Indexes[I] = UndefValue::get(MaskEltTy);
763 Indexes[I] = ConstantInt::get(MaskEltTy, Index);
779 auto *MaskEltTy = Type::getInt32Ty(II.getContext());
793 Indexes[I] = UndefValue::get(MaskEltTy);
815 Indexes[I] = ConstantInt::get(MaskEltTy, Index);
832 auto *MaskEltTy = Type::getInt32Ty(II.getContext()); local
845 Indexes[I] = UndefValue::get(MaskEltTy);
851 Indexes[I] = ConstantInt::get(MaskEltTy, Index);
/external/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp2827 EVT MaskEltTy = MaskVecTy.getVectorElementType(); local
2845 Ops.push_back(DAG.getTargetConstant(*I, DL, MaskEltTy));

Completed in 106 milliseconds