Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DIntervalMap.h900 bool atBegin() const { in atBegin() function
1413 bool atBegin() const { return path.atBegin(); } in atBegin() function
1945 if (UpdateRoot && IM.branched() && P.valid() && P.atBegin()) in treeErase()
1958 } else if (UpdateRoot && P.atBegin()) in treeErase()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1143 bool atBegin(Parent->begin() == Me); in visitIntrinsicInst() local
1144 if (!atBegin) in visitIntrinsicInst()
1150 if (atBegin) { in visitIntrinsicInst()