Searched defs:BaseId (Results 1 – 2 of 2) sorted by relevance
29 struct BaseId { struct31 explicit constexpr BaseId(uint32_t v) : value(v) {} in BaseId() argument39 static_assert(std::is_trivially_destructible<BaseId>::value, argument
116 unsigned BaseId = 0; member142 BCEAtom visitICmpLoadOperand(Value *const Val, BaseIdentifier &BaseId) { in visitICmpLoadOperand()325 BaseIdentifier &BaseId) { in visitICmp()355 BaseIdentifier &BaseId) { in visitCmpBlock()442 BaseIdentifier BaseId; in BCECmpChain() local