Home
last modified time | relevance | path

Searched refs:hasNUses (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp1150 if (IsFreeToInvert(LHS, LHS->hasNUses(2)) && in visitSelectInst()
1151 IsFreeToInvert(RHS, RHS->hasNUses(2))) { in visitSelectInst()
1158 (LHS->hasNUses(2) && match(LHS, m_Not(m_Value()))) || in visitSelectInst()
1159 (RHS->hasNUses(2) && match(RHS, m_Not(m_Value()))) || in visitSelectInst()
/external/swiftshader/third_party/LLVM/include/llvm/
DValue.h176 bool hasNUses(unsigned N) const;
/external/swiftshader/third_party/LLVM/lib/VMCore/
DValue.cpp88 bool Value::hasNUses(unsigned N) const { in hasNUses() function in Value
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DValue.h389 bool hasNUses(unsigned N) const;
/external/llvm/include/llvm/IR/
DValue.h380 bool hasNUses(unsigned N) const;
/external/llvm/lib/IR/
DValue.cpp99 bool Value::hasNUses(unsigned N) const { in hasNUses() function in Value
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1070 if (Align && !I->hasByValOrInAllocaAttr() && !I->hasNUses(0)) { in AddAlignmentAssumptions()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1504 if (!LI || !LI->isSimple() || !LI->hasNUses(VL.size())) in canReuseExtract()