Home
last modified time | relevance | path

Searched refs:getShuffleVector (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstantFolder.h269 return ConstantExpr::getShuffleVector(V1, V2, Mask); in CreateShuffleVector()
H A DConstants.h1252 static Constant *getShuffleVector(Constant *V1, Constant *V2,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetFolder.h263 return Fold(ConstantExpr::getShuffleVector(V1, V2, Mask)); in CreateShuffleVector()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1643 return ConstantExpr::getShuffleVector(C, UndefValue::get(C->getType()), in evaluateInDifferentElementOrder()
1820 Constant *NewC = Op0IsBinop ? ConstantExpr::getShuffleVector(C, IdC, Mask) : in foldSelectShuffleWith1Binop()
1821 ConstantExpr::getShuffleVector(IdC, C, Mask); in foldSelectShuffleWith1Binop()
1946 Constant *NewC = ConstantExpr::getShuffleVector(C0, C1, Mask); in foldSelectShuffle()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp1438 return ConstantExpr::getShuffleVector(V, UndefV, Zeros); in getSplat()
1564 return ConstantExpr::getShuffleVector(Ops[0], Ops[1], getShuffleMask(), in getWithOperands()
2585 Constant *ConstantExpr::getShuffleVector(Constant *V1, Constant *V2, in getShuffleVector() function in ConstantExpr
H A DCore.cpp1838 return wrap(ConstantExpr::getShuffleVector(unwrap<Constant>(VectorAConstant), in LLVMConstShuffleVector()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DConstantFolding.cpp1099 return ConstantExpr::getShuffleVector( in ConstantFoldInstOperandsImpl()
H A DInstructionSimplify.cpp4681 return ConstantExpr::getShuffleVector(Op0Const, Op1Const, Mask); in SimplifyShuffleVectorInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2416 Value *V = ConstantExpr::getShuffleVector(Op0, Op1, Mask); in parseConstants()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1341 See the method [llvm::ConstantExpr::getShuffleVector]. *)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp3934 ID.ConstantVal = ConstantExpr::getShuffleVector(Elts[0], Elts[1], Mask); in parseValID()