reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
675 return new VPInstruction(Opcode, Operands); 683 unsigned getOpcode() const { return Opcode; } 700 return Opcode == Instruction::Store || Opcode == Instruction::Call || 700 return Opcode == Instruction::Store || Opcode == Instruction::Call || 701 Opcode == Instruction::Invoke || Opcode == SLPStore; 701 Opcode == Instruction::Invoke || Opcode == SLPStore;