HomeSort by relevance Sort by last modified time
    Searched refs:NewVAARG (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 529 SDValue NewVAARG;
530 NewVAARG = DAG.getVAArg(NVT, dl, Chain, Ptr, N->getOperand(2),
535 ReplaceValueWith(SDValue(N, 1), NewVAARG.getValue(1));
536 return NewVAARG;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp     [all...]

Completed in 186 milliseconds