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

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DConstantFolder.h222 return ConstantExpr::getShuffleVector(V1, V2, Mask);
H A DTargetFolder.h246 return Fold(ConstantExpr::getShuffleVector(V1, V2, Mask));
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DConstants.h1057 static Constant *getShuffleVector(Constant *V1, Constant *V2, Constant *Mask);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DConstantFolding.cpp962 return ConstantExpr::getShuffleVector(Ops[0], Ops[1], Ops[2]);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DSCCP.cpp994 markConstant(&I, ConstantExpr::getShuffleVector(V1, V2, Mask));
/macosx-10.10.1/llvmCore-3425.0.34/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1220 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2);
1234 V = ConstantExpr::getShuffleVector(Op0, Op1, Op2);
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DConstants.cpp1084 return ConstantExpr::getShuffleVector(Ops[0], Ops[1], Ops[2]);
1853 Constant *ConstantExpr::getShuffleVector(Constant *V1, Constant *V2, function in class:ConstantExpr
H A DCore.cpp1049 return wrap(ConstantExpr::getShuffleVector(unwrap<Constant>(VectorAConstant),
/macosx-10.10.1/llvmCore-3425.0.34/lib/AsmParser/
H A DLLParser.cpp2407 ConstantExpr::getShuffleVector(Elts[0], Elts[1],Elts[2]);
/macosx-10.10.1/llvmCore-3425.0.34/bindings/ocaml/llvm/
H A Dllvm.mli1086 See the method [llvm::ConstantExpr::getShuffleVector]. *)

Completed in 371 milliseconds