Searched refs:getShuffleVector (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | ConstantFolder.h | 169 return ConstantExpr::getShuffleVector(C1, C2, Mask); in FoldShuffleVector()
|
| H A D | Constants.h | 1273 static Constant *getShuffleVector(Constant *V1, Constant *V2,
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | TargetFolder.h | 180 return Fold(ConstantExpr::getShuffleVector(C1, C2, Mask)); in FoldShuffleVector()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineVectorOps.cpp | 1807 return ConstantExpr::getShuffleVector(C, PoisonValue::get(C->getType()), in evaluateInDifferentElementOrder() 1989 Constant *NewC = Op0IsBinop ? ConstantExpr::getShuffleVector(C, IdC, Mask) : in foldSelectShuffleWith1Binop() 1990 ConstantExpr::getShuffleVector(IdC, C, Mask); in foldSelectShuffleWith1Binop() 2118 Constant *NewC = ConstantExpr::getShuffleVector(C0, C1, Mask); in foldSelectShuffle()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Constants.cpp | 1418 return ConstantExpr::getShuffleVector(V, PoisonV, Zeros); in getSplat() 1490 return ConstantExpr::getShuffleVector(Ops[0], Ops[1], getShuffleMask(), in getWithOperands() 2619 Constant *ConstantExpr::getShuffleVector(Constant *V1, Constant *V2, in getShuffleVector() function in ConstantExpr
|
| H A D | Core.cpp | 1819 return wrap(ConstantExpr::getShuffleVector(unwrap<Constant>(VectorAConstant), in LLVMConstShuffleVector()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 1102 return ConstantExpr::getShuffleVector( in ConstantFoldInstOperandsImpl()
|
| H A D | InstructionSimplify.cpp | 4981 return ConstantExpr::getShuffleVector(Op0Const, Op1Const, Mask); in simplifyShuffleVectorInst()
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.mli | 1300 See the method [llvm::ConstantExpr::getShuffleVector]. *)
|
| /llvm-project-15.0.7/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 1538 C = ConstantExpr::getShuffleVector(ConstOps[0], ConstOps[1], Mask); in materializeValue()
|
| /llvm-project-15.0.7/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 3749 ID.ConstantVal = ConstantExpr::getShuffleVector(Elts[0], Elts[1], Mask); in parseValID()
|