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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp809 Value *OperandToFold; ///< Which operand to fold. member in struct:__anon26245::UDivFoldAction
819 : FoldAction(FA), OperandToFold(InputOperand), FoldResult(nullptr) {}
821 : FoldAction(FA), OperandToFold(InputOperand), SelectLHSIdx(SLHS) {}
939 Value *ActionOp1 = UDivActions[i].OperandToFold;

Completed in 246 milliseconds