Searched defs:setOperand (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | User.h | 174 void setOperand(unsigned i, Value *Val) { in setOperand() function
|
H A D | IntrinsicInst.h | 434 void setOperand(unsigned i, Value *v) { DbgInfoIntrinsic::setOperand(i, v); } in setOperand() function
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanValue.h | 257 void setOperand(unsigned I, VPValue *New) { in setOperand() function
|
H A D | SLPVectorizer.cpp | 2996 void setOperand(unsigned OpIdx, ArrayRef<Value *> OpVL) { in setOperand() function [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | GVNExpression.h | 173 void setOperand(unsigned N, Value *V) { in setOperand() function
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Metadata.cpp | 1083 void MDNode::setOperand(unsigned I, Metadata *New) { in setOperand() function in MDNode 1390 void NamedMDNode::setOperand(unsigned I, MDNode *New) { in setOperand() function in NamedMDNode
|
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/ |
H A D | SandboxIR.cpp | 226 void User::setOperand(unsigned OperandIdx, Value *Operand) { in setOperand() function in User
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 3376 void TypePromotionTransaction::setOperand(Instruction *Inst, unsigned Idx, in setOperand() function in TypePromotionTransaction
|