Searched defs:isValidOperands (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | Instruction.h | 490 static bool isValidOperands(const Value *Vec, const Value *NewElt, in isValidOperands() function 513 static bool isValidOperands(const Value *Vec, const Value *Idx) { in isValidOperands() function 548 static bool isValidOperands(const Value *V1, const Value *V2, in isValidOperands() function 553 static bool isValidOperands(const Value *V1, const Value *V2, in isValidOperands() function
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Instructions.cpp | 1681 bool ExtractElementInst::isValidOperands(const Value *Val, const Value *Index) { in isValidOperands() function in ExtractElementInst 1703 bool InsertElementInst::isValidOperands(const Value *Vec, const Value *Elt, in isValidOperands() function in InsertElementInst 1787 bool ShuffleVectorInst::isValidOperands(const Value *V1, const Value *V2, in isValidOperands() function in ShuffleVectorInst 1807 bool ShuffleVectorInst::isValidOperands(const Value *V1, const Value *V2, in isValidOperands() function in ShuffleVectorInst
|