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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp755 size_t SelectLHSIdx; ///< Stores the LHS action index if this action member in union:__anon2733::UDivFoldAction::__anon2734
762 : FoldAction(FA), OperandToFold(InputOperand), SelectLHSIdx(SLHS) {}
888 size_t SelectLHSIdx = UDivActions[i].SelectLHSIdx; local
889 Value *SelectLHS = UDivActions[SelectLHSIdx].FoldResult;

Completed in 98 milliseconds