Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DConstantFolder.h228 return ConstantExpr::getShuffleVector(V1, V2, Mask); in CreateShuffleVector()
H A DConstants.h1083 static Constant *getShuffleVector(Constant *V1, Constant *V2, Constant *Mask,
/minix/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetFolder.h253 return Fold(ConstantExpr::getShuffleVector(V1, V2, Mask)); in CreateShuffleVector()
/minix/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp765 return ConstantExpr::getShuffleVector(C, UndefValue::get(C->getType()), in EvaluateInDifferentElementOrder()
/minix/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp987 markConstant(&I, ConstantExpr::getShuffleVector(V1, V2, Mask)); in visitShuffleVectorInst()
/minix/external/bsd/llvm/dist/llvm/lib/IR/
H A DConstants.cpp1250 return ConstantExpr::getShuffleVector(Ops[0], Ops[1], Ops[2], in getWithOperands()
2135 Constant *ConstantExpr::getShuffleVector(Constant *V1, Constant *V2, in getShuffleVector() function in ConstantExpr
H A DCore.cpp1295 return wrap(ConstantExpr::getShuffleVector(unwrap<Constant>(VectorAConstant), in LLVMConstShuffleVector()
/minix/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DConstantFolding.cpp1100 return ConstantExpr::getShuffleVector(Ops[0], Ops[1], Ops[2]); in ConstantFoldInstOperands()
/minix/external/bsd/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1723 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2); in ParseConstants()
1737 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2); in ParseConstants()
/minix/external/bsd/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp2806 ConstantExpr::getShuffleVector(Elts[0], Elts[1],Elts[2]); in ParseValID()
/minix/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1217 See the method [llvm::ConstantExpr::getShuffleVector]. *)