Searched refs:isValidOperands (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Instructions.cpp | 1821 assert(isValidOperands(Val, Index) && in ExtractElementInst() 1835 assert(isValidOperands(Val, Index) && in ExtractElementInst() 1843 bool ExtractElementInst::isValidOperands(const Value *Val, const Value *Index) { in isValidOperands() function 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() [all …]
|
| H A D | ConstantsContext.h | 191 assert(ShuffleVectorInst::isValidOperands(C1, C2, Mask) && in ShuffleVectorConstantExpr()
|
| H A D | Verifier.cpp | 3603 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 D | Constants.cpp | 2588 assert(ShuffleVectorInst::isValidOperands(V1, V2, Mask) && in getShuffleVector()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/FuzzMutate/ |
| H A D | Operations.cpp | 302 return ShuffleVectorInst::isValidOperands(Cur[0], Cur[1], V); in validShuffleVectorIndex()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Instructions.h | 1891 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-src/external/apache2/llvm/dist/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 3930 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-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 2412 if (!ShuffleVectorInst::isValidOperands(Op0, Op1, Op2)) in parseConstants()
|