Searched refs:LoL (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/CPANInternal-140/Tree-DAG_Node/lib/Tree/
H A DDAG_Node.pm1977 denoting a LoL tree consisting of just one node, this:
2022 Dumps a tree (starting at $node) as the sort of LoL-like bracket
2102 Returns that tree (starting at $node) represented as a LoL, like what
2146 all scalars (or really, anything not a listref) in the LoL-structure
2160 calling a "simple-LoL", and it's like this:
2194 Returns that tree (starting at $node) represented as a simple-LoL --
2240 A simple-LoL version of tree_to_lol_notation (which see); takes the
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp1464 SDValue LoS, HiS, LoL, HiL; local
1477 LoL = DAG.getConstant(0, NVT); // Lo part is zero.
1480 Lo = DAG.getNode(ISD::SELECT, dl, NVT, isShort, LoS, LoL);
1494 LoL = DAG.getNode(ISD::SRL, dl, NVT, InH, AmtExcess); // Lo from Hi part.
1496 Lo = DAG.getNode(ISD::SELECT, dl, NVT, isShort, LoS, LoL);
1511 LoL = DAG.getNode(ISD::SRA, dl, NVT, InH, AmtExcess); // Lo from Hi part.
1513 Lo = DAG.getNode(ISD::SELECT, dl, NVT, isShort, LoS, LoL);

Completed in 191 milliseconds