reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1042 BinaryOperator *BO = isReassociableOp(V, Instruction::Mul, Instruction::FMul); 1099 V = Factors[0].Op; 1102 V = BO; 1106 V = CreateNeg(V, "neg", &*InsertPt, BO); 1106 V = CreateNeg(V, "neg", &*InsertPt, BO); 1108 return V;