reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
9025 if (llvm::none_of(CandidateBinOps, [Op](ISD::NodeType BinOp) { 9026 return Op.getOpcode() == unsigned(BinOp); 9032 unsigned CandidateBinOp = Op.getOpcode(); 9033 if (Op.getValueType().isFloatingPoint()) { 9034 SDNodeFlags Flags = Op->getFlags(); 9074 unsigned Stages = Log2_32(Op.getValueType().getVectorNumElements()); 9079 if (Op.getOpcode() != CandidateBinOp) 9082 SDValue Op0 = Op.getOperand(0); 9083 SDValue Op1 = Op.getOperand(1); 9087 Op = Op1; 9090 Op = Op0; 9095 if (!Shuffle || Shuffle->getOperand(0) != Op) 9103 PrevOp = Op; 9107 return Op;