Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DConstantFolder.h169 return ConstantExpr::getShuffleVector(C1, C2, Mask); in FoldShuffleVector()
H A DConstants.h1291 static Constant *getShuffleVector(Constant *V1, Constant *V2,
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetFolder.h180 return Fold(ConstantExpr::getShuffleVector(C1, C2, Mask)); in FoldShuffleVector()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1907 return ConstantExpr::getShuffleVector(C, PoisonValue::get(C->getType()), in evaluateInDifferentElementOrder()
2139 Constant *NewC = Op0IsBinop ? ConstantExpr::getShuffleVector(C, IdC, Mask) : in foldSelectShuffleWith1Binop()
2140 ConstantExpr::getShuffleVector(IdC, C, Mask); in foldSelectShuffleWith1Binop()
2271 Constant *NewC = ConstantExpr::getShuffleVector(C0, C1, Mask); in foldSelectShuffle()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstants.cpp1426 return ConstantExpr::getShuffleVector(V, PoisonV, Zeros); in getSplat()
1496 return ConstantExpr::getShuffleVector(Ops[0], Ops[1], getShuffleMask(), in getWithOperands()
2618 Constant *ConstantExpr::getShuffleVector(Constant *V1, Constant *V2, in getShuffleVector() function in ConstantExpr
H A DCore.cpp1807 return wrap(ConstantExpr::getShuffleVector(unwrap<Constant>(VectorAConstant), in LLVMConstShuffleVector()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DConstantFolding.cpp1101 return ConstantExpr::getShuffleVector( in ConstantFoldInstOperandsImpl()
H A DInstructionSimplify.cpp5192 return ConstantExpr::getShuffleVector(Op0Const, Op1Const, Mask); in simplifyShuffleVectorInst()
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1293 See the method [llvm::ConstantExpr::getShuffleVector]. *)
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1560 C = ConstantExpr::getShuffleVector(ConstOps[0], ConstOps[1], Mask); in materializeValue()
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp4008 ID.ConstantVal = ConstantExpr::getShuffleVector(Elts[0], Elts[1], Mask); in parseValID()