Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp1821 assert(isValidOperands(Val, Index) && in ExtractElementInst()
1835 assert(isValidOperands(Val, Index) && in ExtractElementInst()
1859 assert(isValidOperands(Vec, Elt, Index) && in InsertElementInst()
1873 assert(isValidOperands(Vec, Elt, Index) && in InsertElementInst()
1882 bool InsertElementInst::isValidOperands(const Value *Vec, const Value *Elt, in isValidOperands() function in InsertElementInst
1907 assert(isValidOperands(V1, V2, Mask) && in ShuffleVectorInst()
1925 assert(isValidOperands(V1, V2, Mask) && in ShuffleVectorInst()
1944 assert(isValidOperands(V1, V2, Mask) && in ShuffleVectorInst()
1959 assert(isValidOperands(V1, V2, Mask) && in ShuffleVectorInst()
1986 bool ShuffleVectorInst::isValidOperands(const Value *V1, const Value *V2, in isValidOperands() function in ShuffleVectorInst
[all …]
H A DConstantsContext.h191 assert(ShuffleVectorInst::isValidOperands(C1, C2, Mask) && in ShuffleVectorConstantExpr()
H A DVerifier.cpp3603 ExtractElementInst::isValidOperands(EI.getOperand(0), EI.getOperand(1)), in visitExtractElementInst()
3609 Assert(InsertElementInst::isValidOperands(IE.getOperand(0), IE.getOperand(1), in visitInsertElementInst()
3616 Assert(ShuffleVectorInst::isValidOperands(SV.getOperand(0), SV.getOperand(1), in visitShuffleVectorInst()
H A DConstants.cpp2588 assert(ShuffleVectorInst::isValidOperands(V1, V2, Mask) && in getShuffleVector()
/netbsd/external/apache2/llvm/dist/llvm/lib/FuzzMutate/
H A DOperations.cpp302 return ShuffleVectorInst::isValidOperands(Cur[0], Cur[1], V); in validShuffleVectorIndex()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstructions.h1891 static bool isValidOperands(const Value *Vec, const Value *Idx);
1956 static bool isValidOperands(const Value *Vec, const Value *NewElt,
2030 static bool isValidOperands(const Value *V1, const Value *V2,
2032 static bool isValidOperands(const Value *V1, const Value *V2,
/netbsd/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp3930 if (!ShuffleVectorInst::isValidOperands(Elts[0], Elts[1], Elts[2])) in parseValID()
3938 if (!ExtractElementInst::isValidOperands(Elts[0], Elts[1])) in parseValID()
3945 if (!InsertElementInst::isValidOperands(Elts[0], Elts[1], Elts[2])) in parseValID()
7108 if (!ExtractElementInst::isValidOperands(Op0, Op1)) in parseExtractElement()
7127 if (!InsertElementInst::isValidOperands(Op0, Op1, Op2)) in parseInsertElement()
7146 if (!ShuffleVectorInst::isValidOperands(Op0, Op1, Op2)) in parseShuffleVector()
/netbsd/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2412 if (!ShuffleVectorInst::isValidOperands(Op0, Op1, Op2)) in parseConstants()