Home
last modified time | relevance | path

Searched refs:isValidOperands (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp1834 assert(isValidOperands(Val, Index) && in ExtractElementInst()
1848 assert(isValidOperands(Val, Index) && in ExtractElementInst()
1872 assert(isValidOperands(Vec, Elt, Index) && in InsertElementInst()
1886 assert(isValidOperands(Vec, Elt, Index) && in InsertElementInst()
1895 bool InsertElementInst::isValidOperands(const Value *Vec, const Value *Elt, in isValidOperands() function in InsertElementInst
1920 assert(isValidOperands(V1, V2, Mask) && in ShuffleVectorInst()
1938 assert(isValidOperands(V1, V2, Mask) && in ShuffleVectorInst()
1957 assert(isValidOperands(V1, V2, Mask) && in ShuffleVectorInst()
1972 assert(isValidOperands(V1, V2, Mask) && in ShuffleVectorInst()
1999 bool ShuffleVectorInst::isValidOperands(const Value *V1, const Value *V2, in isValidOperands() function in ShuffleVectorInst
[all …]
H A DConstantsContext.h186 assert(ShuffleVectorInst::isValidOperands(C1, C2, Mask) && in ShuffleVectorConstantExpr()
H A DVerifier.cpp3569 ExtractElementInst::isValidOperands(EI.getOperand(0), EI.getOperand(1)), in visitExtractElementInst()
3575 Assert(InsertElementInst::isValidOperands(IE.getOperand(0), IE.getOperand(1), in visitInsertElementInst()
3582 Assert(ShuffleVectorInst::isValidOperands(SV.getOperand(0), SV.getOperand(1), in visitShuffleVectorInst()
H A DConstants.cpp2590 assert(ShuffleVectorInst::isValidOperands(V1, V2, Mask) && in getShuffleVector()
/freebsd-13.1/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DOperations.cpp302 return ShuffleVectorInst::isValidOperands(Cur[0], Cur[1], V); in validShuffleVectorIndex()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h1902 static bool isValidOperands(const Value *Vec, const Value *Idx);
1967 static bool isValidOperands(const Value *Vec, const Value *NewElt,
2042 static bool isValidOperands(const Value *V1, const Value *V2,
2044 static bool isValidOperands(const Value *V1, const Value *V2,
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp3619 if (!ShuffleVectorInst::isValidOperands(Elts[0], Elts[1], Elts[2])) in parseValID()
3627 if (!ExtractElementInst::isValidOperands(Elts[0], Elts[1])) in parseValID()
3634 if (!InsertElementInst::isValidOperands(Elts[0], Elts[1], Elts[2])) in parseValID()
6809 if (!ExtractElementInst::isValidOperands(Op0, Op1)) in parseExtractElement()
6828 if (!InsertElementInst::isValidOperands(Op0, Op1, Op2)) in parseInsertElement()
6847 if (!ShuffleVectorInst::isValidOperands(Op0, Op1, Op2)) in parseShuffleVector()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2383 if (!ShuffleVectorInst::isValidOperands(Op0, Op1, Op2)) in parseConstants()