Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2972 bool IntoUndef = isa<UndefValue>(Op0); in visitInsertValue() local
2990 Values[i] = IntoUndef ? DAG.getUNDEF(AggValueVTs[i]) : in visitInsertValue()
3001 Values[i] = IntoUndef ? DAG.getUNDEF(AggValueVTs[i]) : in visitInsertValue()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp3204 bool IntoUndef = isa<UndefValue>(Op0); in visitInsertValue() local
3229 Values[i] = IntoUndef ? DAG.getUNDEF(AggValueVTs[i]) : in visitInsertValue()
3240 Values[i] = IntoUndef ? DAG.getUNDEF(AggValueVTs[i]) : in visitInsertValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp3379 bool IntoUndef = isa<UndefValue>(Op0); in visitInsertValue() local
3404 Values[i] = IntoUndef ? DAG.getUNDEF(AggValueVTs[i]) : in visitInsertValue()
3415 Values[i] = IntoUndef ? DAG.getUNDEF(AggValueVTs[i]) : in visitInsertValue()