Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp1529 ProfileTernOpInit(FoldingSetNodeID &ID, unsigned Opcode, Init *LHS, Init *MHS, in ProfileTernOpInit() function
1541 ProfileTernOpInit(ID, Opc, LHS, MHS, RHS, Type); in get()
1554 ProfileTernOpInit(ID, getOpcode(), getLHS(), getMHS(), getRHS(), getType()); in Profile()