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

  /external/clang/lib/Sema/
SemaStmtAsm.cpp 283 QualType InTy = InputExpr->getType();
285 if (Context.hasSameType(InTy, OutTy))
294 if (InTy->isIntegerType() || InTy->isPointerType())
296 else if (InTy->isRealFloatingType())
315 uint64_t InSize = Context.getTypeSize(InTy);
363 << InTy << OutTy << OutputExpr->getSourceRange()
  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 338 llvm::Type *InTy = NULL;
341 InTy = Args->getType();
342 InStep = getStepValue(&DL, InTy, Arg_instep);
406 InPtr = Builder.CreatePointerCast(InPtr, InTy);
504 llvm::Type *InTy = NULL;
508 InTy =InBaseTy->getPointerTo();
509 InStep = getStepValue(&DL, InTy, Arg_instep);
559 InPtr = Builder.CreatePointerCast(InPtr, InTy);
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 2544 milliseconds