Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2973 bool FromUndef = isa<UndefValue>(Op1); in visitInsertValue() local
2996 Values[i] = FromUndef ? DAG.getUNDEF(AggValueVTs[i]) : in visitInsertValue()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp3205 bool FromUndef = isa<UndefValue>(Op1); in visitInsertValue() local
3235 Values[i] = FromUndef ? DAG.getUNDEF(AggValueVTs[i]) : in visitInsertValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp3380 bool FromUndef = isa<UndefValue>(Op1); in visitInsertValue() local
3410 Values[i] = FromUndef ? DAG.getUNDEF(AggValueVTs[i]) : in visitInsertValue()