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

  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 270 llvm::Type *InTy = NULL;
273 InTy = Args->getType();
274 AIn = Builder.CreateAlloca(InTy, 0, "AIn");
275 InStep = getStepValue(&DL, InTy, Arg_instep);
278 Builder.CreateStructGEP(Arg_p, 0)), InTy), AIn);
360 Builder.CreatePtrToInt(InPtr, Int32Ty), InStep), InTy);
511 llvm::Type *InTy = NULL;
515 InTy =InBaseTy->getPointerTo();
516 AIn = Builder.CreateAlloca(InTy, 0, "AIn");
517 InStep = getStepValue(&DL, InTy, Arg_instep)
    [all...]
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 288 QualType InTy = InputExpr->getType();
290 if (Context.hasSameType(InTy, OutTy))
299 if (InTy->isIntegerType() || InTy->isPointerType())
301 else if (InTy->isRealFloatingType())
320 uint64_t InSize = Context.getTypeSize(InTy);
368 << InTy << OutTy << OutputExpr->getSourceRange()
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.h 456 bool UpdateNodeType(unsigned ResNo, const EEVT::TypeSet &InTy,
458 return Types[ResNo].MergeInTypeInfo(InTy, TP);
461 bool UpdateNodeType(unsigned ResNo, MVT::SimpleValueType InTy,
463 return Types[ResNo].MergeInTypeInfo(EEVT::TypeSet(InTy, TP), TP);
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 1047 milliseconds