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.h1160 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.cpp718 return ConstantExpr::getShuffleVector(C, UndefValue::get(C->getType()), in EvaluateInDifferentElementOrder()
/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp995 markConstant(&I, ConstantExpr::getShuffleVector(V1, V2, Mask)); in visitShuffleVectorInst()
/external/llvm/lib/IR/
DConstants.cpp1216 return ConstantExpr::getShuffleVector(Ops[0], Ops[1], Ops[2], in getWithOperands()
2103 Constant *ConstantExpr::getShuffleVector(Constant *V1, Constant *V2, in getShuffleVector() function in ConstantExpr
DCore.cpp1311 return wrap(ConstantExpr::getShuffleVector(unwrap<Constant>(VectorAConstant), in LLVMConstShuffleVector()
/external/llvm/lib/Analysis/
DConstantFolding.cpp1090 return ConstantExpr::getShuffleVector(Ops[0], Ops[1], Ops[2]); in ConstantFoldInstOperands()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2846 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2); in parseConstants()
2860 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2); in parseConstants()
/external/llvm/lib/AsmParser/
DLLParser.cpp3050 ConstantExpr::getShuffleVector(Elts[0], Elts[1],Elts[2]); in ParseValID()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli1217 See the method [llvm::ConstantExpr::getShuffleVector]. *)