Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DImplicitNullChecks.cpp124 MachineInstr *CheckOperation; member in __anone418d9300111::ImplicitNullChecks::NullCheck
145 : MemOperation(memOperation), CheckOperation(checkOperation), in NullCheck()
151 MachineInstr *getCheckOperation() const { return CheckOperation; } in getCheckOperation()