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

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3059 bool IntoUndef = isa<UndefValue>(Op0); local
3077 Values[i] = IntoUndef ? DAG.getUNDEF(AggValueVTs[i]) :
3088 Values[i] = IntoUndef ? DAG.getUNDEF(AggValueVTs[i]) :

Completed in 103 milliseconds