Searched defs:FoldAction (Results 1 - 1 of 1) sorted by path

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

Completed in 216 milliseconds