HomeSort by relevance Sort by last modified time
    Searched refs:MaskEltTy (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 733 auto *MaskEltTy = Type::getInt32Ty(II.getContext());
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());
845 Indexes[I] = UndefValue::get(MaskEltTy);
851 Indexes[I] = ConstantInt::get(MaskEltTy, Index);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp     [all...]

Completed in 646 milliseconds