| H A D | Instructions.cpp | 1608 assert(isValidOperands(Val, Index) && in ExtractElementInst() 1615 bool ExtractElementInst::isValidOperands(const Value *Val, const Value *Index) { in isValidOperands() function in ExtractElementInst 1631 assert(isValidOperands(Vec, Elt, Index) && in InsertElementInst() 1639 bool InsertElementInst::isValidOperands(const Value *Vec, const Value *Elt, in isValidOperands() function in InsertElementInst 1680 assert(isValidOperands(V1, V2, Mask) && in ShuffleVectorInst() 1699 assert(isValidOperands(V1, V2, Mask) && in ShuffleVectorInst() 1725 bool ShuffleVectorInst::isValidOperands(const Value *V1, const Value *V2, in isValidOperands() function in ShuffleVectorInst 1745 bool ShuffleVectorInst::isValidOperands(const Value *V1, const Value *V2, in isValidOperands() function in ShuffleVectorInst
|