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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp929 FoldUDivOperandCb FoldAction; ///< Informs visitUDiv() how to fold this member in struct:__anon10983::UDivFoldAction
935 Instruction *FoldResult; ///< The instruction returned when FoldAction is
943 : FoldAction(FA), OperandToFold(InputOperand), FoldResult(nullptr) {}
945 : FoldAction(FA), OperandToFold(InputOperand), SelectLHSIdx(SLHS) {}
1075 FoldUDivOperandCb Action = UDivActions[i].FoldAction;

Completed in 21 milliseconds