OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasOneUser
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp
312
if (!I || !I->
hasOneUser
() || I->getIndices() != FirstIVI->getIndices())
352
if (!I || !I->
hasOneUser
() || I->getIndices() != FirstEVI->getIndices() ||
394
if (!I || I->getOpcode() != Opc || !I->
hasOneUser
() ||
494
if (!GEP || !GEP->
hasOneUser
() || GEP->getType() != FirstInst->getType() ||
668
if (!LI || !LI->
hasOneUser
())
782
if (Zext->getSrcTy() != NarrowType || !Zext->
hasOneUser
())
870
if (!I || !I->
hasOneUser
() || !I->isSameOperationAs(FirstInst))
1315
PN.getIncomingValue(0)->
hasOneUser
())
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Value.h
465
bool
hasOneUser
() const;
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
NaryReassociate.cpp
621
return U != I && !(U->
hasOneUser
() && *U->users().begin() == I);
/src/external/apache2/llvm/dist/llvm/lib/IR/
Value.cpp
159
bool Value::
hasOneUser
() const {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp
7120
if (!RetI->
hasOneUser
())
7126
if (!RetI->
hasOneUser
())
Completed in 25 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026