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

  /frameworks/compile/libbcc/lib/Transforms/
ForEachExpand.cpp 224 llvm::Type *InTy = NULL;
227 InTy = Args->getType();
228 AIn = Builder.CreateAlloca(InTy, 0, "AIn");
230 Builder.CreateStructGEP(Arg_p, 0)), InTy), AIn);
310 Builder.CreatePtrToInt(In, Int32Ty), Arg_instep), InTy);
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.h 457 bool UpdateNodeType(unsigned ResNo, const EEVT::TypeSet &InTy,
459 return Types[ResNo].MergeInTypeInfo(InTy, TP);
462 bool UpdateNodeType(unsigned ResNo, MVT::SimpleValueType InTy,
464 return Types[ResNo].MergeInTypeInfo(EEVT::TypeSet(InTy, TP), TP);
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 258 milliseconds