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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3001 bool IntoUndef = isa<UndefValue>(Op0); local
3019 Values[i] = IntoUndef ? DAG.getUNDEF(AggValueVTs[i]) :
3030 Values[i] = IntoUndef ? DAG.getUNDEF(AggValueVTs[i]) :

Completed in 94 milliseconds