Searched refs:ExtMask (Results 1 – 3 of 3) sorted by relevance
145 const T ExtMask = ~BitMask;146 return Integral((V & BitMask) | (Signed && (V & SignBit) ? ExtMask : 0));
717 Constant *ExtMask = in concatenateTwoVectors() local719 V2 = Builder.CreateShuffleVector(V2, UndefValue::get(VecTy2), ExtMask); in concatenateTwoVectors()
2124 SmallVector<llvm::Constant*, 4> ExtMask; in EmitStoreThroughExtVectorComponentLValue() local2126 ExtMask.push_back(Builder.getInt32(i)); in EmitStoreThroughExtVectorComponentLValue()2127 ExtMask.resize(NumDstElts, llvm::UndefValue::get(Int32Ty)); in EmitStoreThroughExtVectorComponentLValue()2128 llvm::Value *ExtMaskV = llvm::ConstantVector::get(ExtMask); in EmitStoreThroughExtVectorComponentLValue()