Searched defs:MapValue (Results 1 – 3 of 3) sorted by relevance
109 struct MapValue { struct123 MapValue() = delete; argument124 MapValue(FileEntry &FE, DirectoryEntryRef Dir) : V(&FE), Dir(Dir) {} in MapValue() argument125 MapValue(MapEntry &ME) : V(&ME) {} in MapValue() function
393 struct MapValue { in dropRedundantKnowledge() struct394 IntrinsicInst *Assume; in dropRedundantKnowledge()395 unsigned ArgValue; in dropRedundantKnowledge()396 CallInst::BundleOpInfo *BOI; in dropRedundantKnowledge()
432 int MapValue = (*ParamNumberMap)[nparams++]; in allocParam() local