Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DInstructions.h397 Value *getValueOperand() { return getOperand(0); } in getValueOperand() function
398 const Value *getValueOperand() const { return getOperand(0); } in getValueOperand() function
/external/llvm-project/llvm/include/llvm/IR/
DInstructions.h398 Value *getValueOperand() { return getOperand(0); } in getValueOperand() function
399 const Value *getValueOperand() const { return getOperand(0); } in getValueOperand() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstructions.h426 Value *getValueOperand() { return getOperand(0); } in getValueOperand() function
427 const Value *getValueOperand() const { return getOperand(0); } in getValueOperand() function
/external/llvm-project/polly/include/polly/Support/
DScopHelper.h228 llvm::Value *getValueOperand() const { in getValueOperand() function