Home
last modified time | relevance | path

Searched refs:ExtMask (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DVectorUtils.cpp678 Constant *ExtMask = in concatenateTwoVectors() local
680 V2 = Builder.CreateShuffleVector(V2, UndefValue::get(VecTy2), ExtMask); in concatenateTwoVectors()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExpr.cpp2108 SmallVector<llvm::Constant*, 4> ExtMask; in EmitStoreThroughExtVectorComponentLValue() local
2110 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()