Searched refs:InputOperand (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp837 UDivFoldAction(FoldUDivOperandCb FA, Value *InputOperand) argument
838 : FoldAction(FA), OperandToFold(InputOperand), FoldResult(nullptr) {}
839 UDivFoldAction(FoldUDivOperandCb FA, Value *InputOperand, size_t SLHS) argument
840 : FoldAction(FA), OperandToFold(InputOperand), SelectLHSIdx(SLHS) {}
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp275 unsigned InputOperand = VariableMap[N->getName()] - 1; local
276 MatchedComplexPatterns.push_back(std::make_pair(N, InputOperand));

Completed in 186 milliseconds