Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DConstantFolder.h229 return ConstantExpr::getShuffleVector(V1, V2, Mask); in CreateShuffleVector()
DConstants.h1103 static Constant *getShuffleVector(Constant *V1, Constant *V2, Constant *Mask,
/external/llvm/include/llvm/Analysis/
DTargetFolder.h254 return Fold(ConstantExpr::getShuffleVector(V1, V2, Mask)); in CreateShuffleVector()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp767 return ConstantExpr::getShuffleVector(C, UndefValue::get(C->getType()), in EvaluateInDifferentElementOrder()
/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp987 markConstant(&I, ConstantExpr::getShuffleVector(V1, V2, Mask)); in visitShuffleVectorInst()
/external/llvm/lib/IR/
DConstants.cpp1252 return ConstantExpr::getShuffleVector(Ops[0], Ops[1], Ops[2], in getWithOperands()
2140 Constant *ConstantExpr::getShuffleVector(Constant *V1, Constant *V2, in getShuffleVector() function in ConstantExpr
DCore.cpp1295 return wrap(ConstantExpr::getShuffleVector(unwrap<Constant>(VectorAConstant), in LLVMConstShuffleVector()
/external/llvm/lib/Analysis/
DConstantFolding.cpp1088 return ConstantExpr::getShuffleVector(Ops[0], Ops[1], Ops[2]); in ConstantFoldInstOperands()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2404 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2); in ParseConstants()
2418 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2); in ParseConstants()
/external/llvm/lib/AsmParser/
DLLParser.cpp2873 ConstantExpr::getShuffleVector(Elts[0], Elts[1],Elts[2]); in ParseValID()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli1217 See the method [llvm::ConstantExpr::getShuffleVector]. *)