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

  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 143 const ConstantInt *CUI = cast<ConstantInt>(AI->getArraySize());
146 TySize *= CUI->getZExtValue(); // Get total allocated size.
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 145 const ConstantInt *CUI = cast<ConstantInt>(AI->getArraySize());
148 TySize *= CUI->getZExtValue(); // Get total allocated size.

Completed in 139 milliseconds