Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Sub

656   if (Opc == Instruction::Sub) {
746 // If this is "gep i8* Ptr, (sub 0, V)", fold this as:
747 // "inttoptr (sub (ptrtoint Ptr), V)"
752 if (CE && CE->getOpcode() == Instruction::Sub &&
777 // Do not try the incorporate the sub-GEP if some index is not a number.