reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/IR/ConstantsContext.h
  500     return Opcode == X.Opcode && SubclassData == X.SubclassData &&
  500     return Opcode == X.Opcode && SubclassData == X.SubclassData &&
  506     if (Opcode != CE->getOpcode())
  523     return hash_combine(Opcode, SubclassOptionalData, SubclassData,
  531     switch (Opcode) {
  533       if (Instruction::isCast(Opcode) ||
  534           (Opcode >= Instruction::UnaryOpsBegin &&
  535            Opcode < Instruction::UnaryOpsEnd))
  536         return new UnaryConstantExpr(Opcode, Ops[0], Ty);
  537       if ((Opcode >= Instruction::BinaryOpsBegin &&
  538            Opcode < Instruction::BinaryOpsEnd))
  539         return new BinaryConstantExpr(Opcode, Ops[0], Ops[1],