Searched refs:InstructionsState (Results 1 – 1 of 1) sorted by relevance
1130 class InstructionsState { class1239 InstructionsState() = delete;1240 InstructionsState(Instruction *MainOp, Instruction *AltOp) in InstructionsState() function in __anon07b2d7740811::InstructionsState1242 static InstructionsState invalid() { return {nullptr, nullptr}; } in invalid()1246 convertTo(Instruction *I, const InstructionsState &S) { in convertTo()1258 static InstructionsState getSameOpcode(ArrayRef<Value *> VL,1319 static InstructionsState getSameOpcode(ArrayRef<Value *> VL, in getSameOpcode()1323 return InstructionsState::invalid(); in getSameOpcode()1327 return InstructionsState::invalid(); in getSameOpcode()1333 return InstructionsState::invalid(); in getSameOpcode()[all …]