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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantFolder.h269 return ConstantExpr::getShuffleVector(V1, V2, Mask);
H A DConstants.h1213 static Constant *getShuffleVector(Constant *V1, Constant *V2,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetFolder.h263 return Fold(ConstantExpr::getShuffleVector(V1, V2, Mask));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1345 return ConstantExpr::getShuffleVector(C, UndefValue::get(C->getType()),
1521 Constant *NewC = Op0IsBinop ? ConstantExpr::getShuffleVector(C, IdC, Mask) :
1522 ConstantExpr::getShuffleVector(IdC, C, Mask);
1646 Constant *NewC = ConstantExpr::getShuffleVector(C0, C1, Mask);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1321 return ConstantExpr::getShuffleVector(V, UndefV, Zeros);
1445 return ConstantExpr::getShuffleVector(Ops[0], Ops[1], getShuffleMask(),
2388 Constant *ConstantExpr::getShuffleVector(Constant *V1, Constant *V2, function in class:ConstantExpr
H A DCore.cpp1798 return wrap(ConstantExpr::getShuffleVector(unwrap<Constant>(VectorAConstant),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1090 return ConstantExpr::getShuffleVector(
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2376 Value *V = ConstantExpr::getShuffleVector(Op0, Op1, Mask);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp3724 ID.ConstantVal = ConstantExpr::getShuffleVector(Elts[0], Elts[1], Mask);

Completed in 198 milliseconds