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

  /external/clang/lib/Sema/
SemaStmtAsm.cpp 462 QualType InTy = InputExpr->getType();
464 if (Context.hasSameType(InTy, OutTy))
473 if (InTy->isIntegerType() || InTy->isPointerType())
475 else if (InTy->isRealFloatingType())
494 uint64_t InSize = Context.getTypeSize(InTy);
542 << InTy << OutTy << OutputExpr->getSourceRange()
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 1176 milliseconds