Searched refs:getShuffleVector (Results 1 – 11 of 11) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 229 return ConstantExpr::getShuffleVector(V1, V2, Mask); in CreateShuffleVector()
|
D | Constants.h | 1103 static Constant *getShuffleVector(Constant *V1, Constant *V2, Constant *Mask,
|
/external/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 254 return Fold(ConstantExpr::getShuffleVector(V1, V2, Mask)); in CreateShuffleVector()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineVectorOps.cpp | 767 return ConstantExpr::getShuffleVector(C, UndefValue::get(C->getType()), in EvaluateInDifferentElementOrder()
|
/external/llvm/lib/Transforms/Scalar/ |
D | SCCP.cpp | 987 markConstant(&I, ConstantExpr::getShuffleVector(V1, V2, Mask)); in visitShuffleVectorInst()
|
/external/llvm/lib/IR/ |
D | Constants.cpp | 1252 return ConstantExpr::getShuffleVector(Ops[0], Ops[1], Ops[2], in getWithOperands() 2140 Constant *ConstantExpr::getShuffleVector(Constant *V1, Constant *V2, in getShuffleVector() function in ConstantExpr
|
D | Core.cpp | 1295 return wrap(ConstantExpr::getShuffleVector(unwrap<Constant>(VectorAConstant), in LLVMConstShuffleVector()
|
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 1088 return ConstantExpr::getShuffleVector(Ops[0], Ops[1], Ops[2]); in ConstantFoldInstOperands()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2404 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2); in ParseConstants() 2418 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2); in ParseConstants()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 2873 ConstantExpr::getShuffleVector(Elts[0], Elts[1],Elts[2]); in ParseValID()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 1217 See the method [llvm::ConstantExpr::getShuffleVector]. *)
|