Searched refs:getShuffleVector (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | ConstantFolder.h | 169 return ConstantExpr::getShuffleVector(C1, C2, Mask); in FoldShuffleVector()
|
H A D | Constants.h | 1287 static Constant *getShuffleVector(Constant *V1, Constant *V2,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetFolder.h | 180 return Fold(ConstantExpr::getShuffleVector(C1, C2, Mask)); in FoldShuffleVector()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineVectorOps.cpp | 1942 return ConstantExpr::getShuffleVector(C, PoisonValue::get(C->getType()), in evaluateInDifferentElementOrder() 2189 Constant *NewC = Op0IsBinop ? ConstantExpr::getShuffleVector(C, IdC, Mask) : in foldSelectShuffleWith1Binop() 2190 ConstantExpr::getShuffleVector(IdC, C, Mask); in foldSelectShuffleWith1Binop() 2320 Constant *NewC = ConstantExpr::getShuffleVector(C0, C1, Mask); in foldSelectShuffle()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Constants.cpp | 1497 return ConstantExpr::getShuffleVector(V, PoisonV, Zeros); in getSplat() 1555 return ConstantExpr::getShuffleVector(Ops[0], Ops[1], getShuffleMask(), in getWithOperands() 2561 Constant *ConstantExpr::getShuffleVector(Constant *V1, Constant *V2, in getShuffleVector() function in ConstantExpr
|
H A D | Core.cpp | 1910 return wrap(ConstantExpr::getShuffleVector(unwrap<Constant>(VectorAConstant), in LLVMConstShuffleVector()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 1055 return ConstantExpr::getShuffleVector( in ConstantFoldInstOperandsImpl()
|
H A D | InstructionSimplify.cpp | 5458 return ConstantExpr::getShuffleVector(Op0Const, Op1Const, Mask); in simplifyShuffleVectorInst()
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 1664 C = ConstantExpr::getShuffleVector(ConstOps[0], ConstOps[1], Mask); in materializeValue()
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 4417 ID.ConstantVal = ConstantExpr::getShuffleVector(Elts[0], Elts[1], Mask); in parseValID()
|