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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp73 /// GetSelectFoldableOperands - We want to turn code that looks like this:
84 static unsigned GetSelectFoldableOperands(Instruction *I) { function
212 // See the comment above GetSelectFoldableOperands for a description of the
217 if (unsigned SFO = GetSelectFoldableOperands(TVI)) {
252 if (unsigned SFO = GetSelectFoldableOperands(FVI)) {

Completed in 351 milliseconds