Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp433 unsigned Negs = 0; in identifyNodeWithImplicitAdd() local
437 Negs |= 1; in identifyNodeWithImplicitAdd()
450 Negs |= 2; in identifyNodeWithImplicitAdd()
451 Negs ^= 1; in identifyNodeWithImplicitAdd()
463 ComplexDeinterleavingRotation Rotation = (ComplexDeinterleavingRotation)Negs; in identifyNodeWithImplicitAdd()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp15355 SDValue Negs = DAG.getNode(AArch64ISD::SUBS, DL, VTs, Zero, N0); in BuildSREMPow2() local
15357 SDValue AndNeg = DAG.getNode(ISD::AND, DL, VT, Negs, Pow2MinusOne); in BuildSREMPow2()
15359 Negs.getValue(1)); in BuildSREMPow2()
15361 Created.push_back(Negs.getNode()); in BuildSREMPow2()