reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1630 NewC = getSafeVectorConstantForBinop(BOpc, NewC, ConstantsAreOp1); 1630 NewC = getSafeVectorConstantForBinop(BOpc, NewC, ConstantsAreOp1); 1664 Instruction *NewBO = ConstantsAreOp1 ? BinaryOperator::Create(BOpc, V, NewC) : 1665 BinaryOperator::Create(BOpc, NewC, V);