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

  /external/llvm/include/llvm/Support/
IntegersSubsetMapping.h 1 //===- IntegersSubsetMapping.h - Mapping subset ==> Successor ---*- C++ -*-===//
11 /// IntegersSubsetMapping is mapping from A to B, where
15 /// exists in mapping, IntegersSubsetMapping merges existing subset with
33 class IntegersSubsetMapping {
58 typedef IntegersSubsetMapping<SuccessorClass, IntegersSubsetTy, IntTy> self;
128 IntegersSubsetMapping<SuccessorClass, IntegersSubsetTy, IntTy> MappingTy;
262 IntegersSubsetMapping() {
584 typedef IntegersSubsetMapping<BasicBlock> IntegersSubsetToBB;
  /external/llvm/unittests/Support/
IntegersSubsetTest.cpp 12 #include "llvm/Support/IntegersSubsetMapping.h"
33 typedef IntegersSubsetMapping<unsigned,Subset,Int> Mapping;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 51 #include "llvm/Support/IntegersSubsetMapping.h"
    [all...]

Completed in 130 milliseconds