Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DConstantFolder.h222 return ConstantExpr::getShuffleVector(V1, V2, Mask); in CreateShuffleVector()
DTargetFolder.h239 return Fold(ConstantExpr::getShuffleVector(V1, V2, Mask)); in CreateShuffleVector()
/external/llvm/include/llvm/
DConstants.h1057 static Constant *getShuffleVector(Constant *V1, Constant *V2, Constant *Mask);
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1218 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2); in ParseConstants()
1232 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2); in ParseConstants()
/external/llvm/lib/VMCore/
DConstants.cpp1084 return ConstantExpr::getShuffleVector(Ops[0], Ops[1], Ops[2]); in getWithOperands()
1853 Constant *ConstantExpr::getShuffleVector(Constant *V1, Constant *V2, in getShuffleVector() function in ConstantExpr
DCore.cpp1036 return wrap(ConstantExpr::getShuffleVector(unwrap<Constant>(VectorAConstant), in LLVMConstShuffleVector()
/external/llvm/lib/Analysis/
DConstantFolding.cpp962 return ConstantExpr::getShuffleVector(Ops[0], Ops[1], Ops[2]); in ConstantFoldInstOperands()
/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp994 markConstant(&I, ConstantExpr::getShuffleVector(V1, V2, Mask)); in visitShuffleVectorInst()
/external/llvm/lib/AsmParser/
DLLParser.cpp2366 ConstantExpr::getShuffleVector(Elts[0], Elts[1],Elts[2]); in ParseValID()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli1086 See the method [llvm::ConstantExpr::getShuffleVector]. *)