Home
last modified time | relevance | path

Searched defs:getValueOperand (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstructions.h387 Value *getValueOperand() { return getOperand(0); } in getValueOperand() function
388 const Value *getValueOperand() const { return getOperand(0); } in getValueOperand() function
/llvm-project-15.0.7/polly/include/polly/Support/
H A DScopHelper.h233 llvm::Value *getValueOperand() const { in getValueOperand() function