Searched refs:getShuffleVector (Results 1 – 10 of 10) sorted by relevance
/external/llvm/include/llvm/Support/ |
D | ConstantFolder.h | 222 return ConstantExpr::getShuffleVector(V1, V2, Mask); in CreateShuffleVector()
|
D | TargetFolder.h | 239 return Fold(ConstantExpr::getShuffleVector(V1, V2, Mask)); in CreateShuffleVector()
|
/external/llvm/include/llvm/ |
D | Constants.h | 1057 static Constant *getShuffleVector(Constant *V1, Constant *V2, Constant *Mask);
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1218 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2); in ParseConstants() 1232 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2); in ParseConstants()
|
/external/llvm/lib/VMCore/ |
D | Constants.cpp | 1084 return ConstantExpr::getShuffleVector(Ops[0], Ops[1], Ops[2]); in getWithOperands() 1853 Constant *ConstantExpr::getShuffleVector(Constant *V1, Constant *V2, in getShuffleVector() function in ConstantExpr
|
D | Core.cpp | 1036 return wrap(ConstantExpr::getShuffleVector(unwrap<Constant>(VectorAConstant), in LLVMConstShuffleVector()
|
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 962 return ConstantExpr::getShuffleVector(Ops[0], Ops[1], Ops[2]); in ConstantFoldInstOperands()
|
/external/llvm/lib/Transforms/Scalar/ |
D | SCCP.cpp | 994 markConstant(&I, ConstantExpr::getShuffleVector(V1, V2, Mask)); in visitShuffleVectorInst()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 2366 ConstantExpr::getShuffleVector(Elts[0], Elts[1],Elts[2]); in ParseValID()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 1086 See the method [llvm::ConstantExpr::getShuffleVector]. *)
|