Home
last modified time | relevance | path

Searched refs:NegC (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Analysis/
DThreadSafety.cpp1191 CapabilityExpr NegC = !*Entry; in addLock() local
1192 FactEntry *Nen = FSet.findLock(FactMan, NegC); in addLock()
1194 FSet.removeLock(FactMan, NegC); in addLock()
1199 NegC.toString(), Entry->loc()); in addLock()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp3882 if (ConstantSDNode *NegC = isConstOrConstSplat(Neg.getOperand(1))) { in matchRotateSub() local
3883 if (NegC->getAPIntValue() == EltSize - 1) { in matchRotateSub()
3893 ConstantSDNode *NegC = isConstOrConstSplat(Neg.getOperand(0)); in matchRotateSub() local
3894 if (!NegC) in matchRotateSub()
3916 Width = NegC->getAPIntValue(); in matchRotateSub()
3929 Width = PosC->getAPIntValue() + NegC->getAPIntValue(); in matchRotateSub()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp27126 bool NegC = (C.getOpcode() == ISD::FNEG); in PerformFMACombine() local
27134 if (NegC) in PerformFMACombine()
27139 Opcode = (!NegC) ? X86ISD::FMADD : X86ISD::FMSUB; in PerformFMACombine()
27141 Opcode = (!NegC) ? X86ISD::FNMADD : X86ISD::FNMSUB; in PerformFMACombine()