Searched defs:MapValue (Results 1 – 3 of 3) sorted by relevance
121 struct MapValue { struct132 MapValue() = delete; argument133 MapValue(FileEntry &FE, DirectoryEntryRef Dir) : V(&FE), Dir(Dir) {} in MapValue() function134 MapValue(MapEntry &ME, DirectoryEntryRef Dir) : V(&ME), Dir(Dir) {} in MapValue() function
395 struct MapValue { in dropRedundantKnowledge() struct396 IntrinsicInst *Assume; in dropRedundantKnowledge()397 uint64_t ArgValue; in dropRedundantKnowledge()398 CallInst::BundleOpInfo *BOI; in dropRedundantKnowledge()
426 int MapValue = (*ParamNumberMap)[nparams++]; in allocParam() local