Home
last modified time | relevance | path

Searched defs:checkOperation (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/CodeGen/
H A DImplicitNullChecks.cpp140 explicit NullCheck(MachineInstr *memOperation, MachineInstr *checkOperation, in NullCheck() argument
/llvm-project/mlir/lib/Dialect/Affine/Utils/
H A DUtils.cpp690 std::function<void(Operation *)> checkOperation = [&](Operation *op) { hasNoInterveningEffect() local