Home
last modified time | relevance | path

Searched defs:MapValue (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DFileEntry.h108 struct MapValue { struct
122 MapValue() = delete; argument
123 MapValue(FileEntry &FE, DirectoryEntryRef Dir) : V(&FE), Dir(Dir) {} in MapValue() function
124 MapValue(MapEntry &ME) : V(&ME) {} in MapValue() function
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp393 struct MapValue { in dropRedundantKnowledge() struct
394 IntrinsicInst *Assume; in dropRedundantKnowledge()
395 uint64_t ArgValue; in dropRedundantKnowledge()
396 CallInst::BundleOpInfo *BOI; in dropRedundantKnowledge()
/llvm-project-15.0.7/clang/utils/TableGen/
H A DMveEmitter.cpp428 int MapValue = (*ParamNumberMap)[nparams++]; in allocParam() local