Home | History | Annotate | Download | only in Analysis

Lines Matching defs:LU

1211         Operator *LU = dyn_cast<Operator>(L);
1212 if (!LU)
1214 unsigned Opcode = LU->getOpcode();
1223 Value *LL = LU->getOperand(0);
1224 Value *LR = LU->getOperand(1);