Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalMap.h900 bool atBegin() const { in atBegin() function
1413 bool atBegin() const { return path.atBegin(); } in atBegin() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1143 bool atBegin(Parent->begin() == Me); in visitIntrinsicInst() local