Home
last modified time | relevance | path

Searched refs:getMHS (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/TableGen/
H A DRecord.h929 case 1: return getMHS(); in getOperand()
936 Init *getMHS() const { return MHS; } in getMHS() function
/llvm-project-15.0.7/llvm/lib/TableGen/
H A DRecord.cpp1265 ProfileTernOpInit(ID, getOpcode(), getLHS(), getMHS(), getRHS(), getType()); in Profile()