Home | History | Annotate | Download | only in Analysis

Lines Matching defs:LU

664         Operator *LU = dyn_cast<Operator>(L);
665 if (!LU)
667 unsigned Opcode = LU->getOpcode();
676 Value *LL = LU->getOperand(0);
677 Value *LR = LU->getOperand(1);