Searched defs:isValidOperands (Results  1 – 2 of 2) sorted by relevance
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ | 
| D | Instructions.cpp | 1725 bool ExtractElementInst::isValidOperands(const Value *Val, const Value *Index) {  in isValidOperands()  function in ExtractElementInst1764 bool InsertElementInst::isValidOperands(const Value *Vec, const Value *Elt,  in isValidOperands()  function in InsertElementInst
 1835 bool ShuffleVectorInst::isValidOperands(const Value *V1, const Value *V2,  in isValidOperands()  function in ShuffleVectorInst
 
 | 
| /external/llvm/lib/IR/ | 
| D | Instructions.cpp | 1778 bool ExtractElementInst::isValidOperands(const Value *Val, const Value *Index) {  in isValidOperands()  function in ExtractElementInst1818 bool InsertElementInst::isValidOperands(const Value *Vec, const Value *Elt,   in isValidOperands()  function in InsertElementInst
 1871 bool ShuffleVectorInst::isValidOperands(const Value *V1, const Value *V2,  in isValidOperands()  function in ShuffleVectorInst
 
 |