reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/IR/Instructions.h
 1942   static bool isValidOperands(const Value *Vec, const Value *NewElt,

References

lib/AsmParser/LLParser.cpp
 3643       if (!InsertElementInst::isValidOperands(Elts[0], Elts[1], Elts[2]))
 6629   if (!InsertElementInst::isValidOperands(Op0, Op1, Op2))
lib/IR/Instructions.cpp
 1749   assert(isValidOperands(Vec, Elt, Index) &&
 1763   assert(isValidOperands(Vec, Elt, Index) &&
lib/IR/Verifier.cpp
 3260   Assert(InsertElementInst::isValidOperands(IE.getOperand(0), IE.getOperand(1),