HomeSort by relevance Sort by last modified time
    Searched defs:InTy (Results 1 - 4 of 4) 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/clang/lib/Sema/
SemaStmt.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 269 milliseconds