Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DSandboxIR.cpp99 auto UseEnd = Val->use_end(); in user_begin() local
100 bool AtEnd = UseBegin == UseEnd; in user_begin()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp957 for (SDNode::use_iterator Use = N->use_begin(), UseEnd = N->use_end(); in allUsesTruncate() local
958 Use != UseEnd; ++Use) { in allUsesTruncate()