Searched refs:ProfileTernOpInit (Results 1 – 1 of 1) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/ |
| HD | Record.cpp | 1081 ProfileTernOpInit(FoldingSetNodeID &ID, unsigned Opcode, Init *LHS, Init *MHS, in ProfileTernOpInit() function 1095 ProfileTernOpInit(ID, Opc, LHS, MHS, RHS, Type); in get() 1107 ProfileTernOpInit(ID, getOpcode(), getLHS(), getMHS(), getRHS(), getType()); in Profile()
|