Home
last modified time | relevance | path

Searched refs:getShuffleVector (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DConstantFolder.h169 return ConstantExpr::getShuffleVector(C1, C2, Mask); in FoldShuffleVector()
H A DConstants.h1273 static Constant *getShuffleVector(Constant *V1, Constant *V2,
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetFolder.h180 return Fold(ConstantExpr::getShuffleVector(C1, C2, Mask)); in FoldShuffleVector()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1807 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 DConstants.cpp1418 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 DCore.cpp1819 return wrap(ConstantExpr::getShuffleVector(unwrap<Constant>(VectorAConstant), in LLVMConstShuffleVector()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DConstantFolding.cpp1102 return ConstantExpr::getShuffleVector( in ConstantFoldInstOperandsImpl()
H A DInstructionSimplify.cpp4981 return ConstantExpr::getShuffleVector(Op0Const, Op1Const, Mask); in simplifyShuffleVectorInst()
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1300 See the method [llvm::ConstantExpr::getShuffleVector]. *)
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1538 C = ConstantExpr::getShuffleVector(ConstOps[0], ConstOps[1], Mask); in materializeValue()
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp3749 ID.ConstantVal = ConstantExpr::getShuffleVector(Elts[0], Elts[1], Mask); in parseValID()