Home
last modified time | relevance | path

Searched defs:setOperand (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DUser.h93 void setOperand(unsigned i, Value *Val) { in setOperand() function
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DMetadata.cpp762 void MDNode::setOperand(unsigned I, Metadata *New) { in setOperand() function in MDNode
1000 void NamedMDNode::setOperand(unsigned I, MDNode *New) { in setOperand() function in NamedMDNode
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1729 void TypePromotionTransaction::setOperand(Instruction *Inst, unsigned Idx, in setOperand() function in __anon2960da4b0211::TypePromotionTransaction