HomeSort by: relevance | last modified time | path
    Searched refs:getTypeToExpandTo (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 2565 TLI.getTypeToExpandTo(*DAG.getContext(), NVT));
2588 TLI.getTypeToExpandTo(*DAG.getContext(), NVT));
2607 TLI.getTypeToExpandTo(*DAG.getContext(), NVT));
2750 CarryOp, TLI.getTypeToExpandTo(*DAG.getContext(), LHS.getValueType()));
2942 ISD::ADDCARRY, TLI.getTypeToExpandTo(*DAG.getContext(), NVT));
3641 CarryOp, TLI.getTypeToExpandTo(*DAG.getContext(), LHS.getValueType()));
4340 EVT ExpandVT = TLI.getTypeToExpandTo(*DAG.getContext(), HiVT);
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h 944 EVT getTypeToExpandTo(LLVMContext &Context, EVT VT) const {

Completed in 28 milliseconds