Searched refs:ExtMask (Results 1 – 2 of 2) sorted by relevance
678 Constant *ExtMask = in concatenateTwoVectors() local680 V2 = Builder.CreateShuffleVector(V2, UndefValue::get(VecTy2), ExtMask); in concatenateTwoVectors()
2108 SmallVector<llvm::Constant*, 4> ExtMask; in EmitStoreThroughExtVectorComponentLValue() local2110 ExtMask.push_back(Builder.getInt32(i)); in EmitStoreThroughExtVectorComponentLValue()2111 ExtMask.resize(NumDstElts, llvm::UndefValue::get(Int32Ty)); in EmitStoreThroughExtVectorComponentLValue()2112 llvm::Value *ExtMaskV = llvm::ConstantVector::get(ExtMask); in EmitStoreThroughExtVectorComponentLValue()