Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h374 Value *getValueOperand() { return getOperand(0); } getValueOperand() function
375 const Value *getValueOperand() const { return getOperand(0); } getValueOperand() function
/llvm-project/polly/include/polly/Support/
H A DScopHelper.h234 llvm::Value *getValueOperand() const { getValueOperand() function