Searched refs:ExtMask (Results 1 – 1 of 1) sorted by relevance
1635 SmallVector<llvm::Constant*, 4> ExtMask; in EmitStoreThroughExtVectorComponentLValue() local1637 ExtMask.push_back(Builder.getInt32(i)); in EmitStoreThroughExtVectorComponentLValue()1638 ExtMask.resize(NumDstElts, llvm::UndefValue::get(Int32Ty)); in EmitStoreThroughExtVectorComponentLValue()1639 llvm::Value *ExtMaskV = llvm::ConstantVector::get(ExtMask); in EmitStoreThroughExtVectorComponentLValue()