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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 2567 Type *DstElTy = DstPTy->getElementType();
2572 if ((DstElTy == SrcElTy) &&
2595 while (SrcElTy && SrcElTy != DstElTy) {
2601 if (SrcElTy == DstElTy) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineVerifier.cpp 1166 LLT DstElTy = DstTy.getScalarType();
1168 if (DstElTy.isPointer() || SrcElTy.isPointer())
1173 unsigned DstSize = DstElTy.getSizeInBits();

Completed in 32 milliseconds