Searched refs:ExtMask (Results 1 – 3 of 3) sorted by relevance
543 Constant *ExtMask = in concatenateTwoVectors() local545 V2 = Builder.CreateShuffleVector(V2, UndefValue::get(VecTy2), ExtMask); in concatenateTwoVectors()
1779 SmallVector<llvm::Constant*, 4> ExtMask; in EmitStoreThroughExtVectorComponentLValue() local1781 ExtMask.push_back(Builder.getInt32(i)); in EmitStoreThroughExtVectorComponentLValue()1782 ExtMask.resize(NumDstElts, llvm::UndefValue::get(Int32Ty)); in EmitStoreThroughExtVectorComponentLValue()1783 llvm::Value *ExtMaskV = llvm::ConstantVector::get(ExtMask); in EmitStoreThroughExtVectorComponentLValue()
2204 Constant *ExtMask = in ConcatenateTwoVectors() local2206 V2 = Builder.CreateShuffleVector(V2, UndefValue::get(VecTy2), ExtMask); in ConcatenateTwoVectors()