Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DVectorUtils.cpp543 Constant *ExtMask = in concatenateTwoVectors() local
545 V2 = Builder.CreateShuffleVector(V2, UndefValue::get(VecTy2), ExtMask); in concatenateTwoVectors()
/external/clang/lib/CodeGen/
DCGExpr.cpp1779 SmallVector<llvm::Constant*, 4> ExtMask; in EmitStoreThroughExtVectorComponentLValue() local
1781 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()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2204 Constant *ExtMask = in ConcatenateTwoVectors() local
2206 V2 = Builder.CreateShuffleVector(V2, UndefValue::get(VecTy2), ExtMask); in ConcatenateTwoVectors()