Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DUser.h174 void setOperand(unsigned i, Value *Val) { in setOperand() function
H A DIntrinsicInst.h304 void setOperand(unsigned i, Value *v) { DbgInfoIntrinsic::setOperand(i, v); } in setOperand() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h255 void setOperand(unsigned I, VPValue *New) { in setOperand() function
H A DSLPVectorizer.cpp1677 void setOperand(unsigned OpIdx, ArrayRef<Value *> OpVL) { in setOperand() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp889 void MDNode::setOperand(unsigned I, Metadata *New) { in setOperand() function in MDNode
1132 void NamedMDNode::setOperand(unsigned I, MDNode *New) { in setOperand() function in NamedMDNode
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h173 void setOperand(unsigned N, Value *V) { in setOperand() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3025 void TypePromotionTransaction::setOperand(Instruction *Inst, unsigned Idx, in setOperand() function in TypePromotionTransaction