Searched defs:IRInstructionData (Results 1 – 2 of 2) sorted by relevance
115 struct IRInstructionData struct119 Instruction *Inst = nullptr;121 SmallVector<Value *, 4> OperVals;126 bool Legal = false;131 std::optional<CmpInst::Predicate> RevisedPredicate;141 std::optional<std::string> CalleeName;172 LLVM_ABI IRInstructionData(Instruction &I, bool Legality, argument262 friend hash_code hash_value(const IRInstructionData &ID) { in hash_value() argument299 IRInstructionDataList *IDL = nullptr; argument
49 IRInstructionData::IRInstructionData(Instruction &I, bool Legality, in IRInstructionData() function in IRInstructionData84 IRInstructionData::IRInstructionData(IRInstructionDataList &IDList) in IRInstructionData() function in IRInstructionData500 [](std::tuple<IRInstructionData &, IRInstructionData &> R) { in isSimilar()