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

  /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/clang/lib/Sema/
SemaStmt.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]

Completed in 229 milliseconds