Home
last modified time | relevance | path

Searched refs:InitPrefix (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp80 Constant *InitPrefix; member
163 void scheduleMapAppendingVariable(GlobalVariable &GV, Constant *InitPrefix,
174 void mapAppendingVariable(GlobalVariable &GV, Constant *InitPrefix,
929 E.Data.AppendingGV.InitPrefix, in flush()
1068 if (InitPrefix) { in mapAppendingVariable()
1070 cast<ArrayType>(InitPrefix->getType())->getNumElements(); in mapAppendingVariable()
1072 Elements.push_back(InitPrefix->getAggregateElement(I)); in mapAppendingVariable()
1118 Constant *InitPrefix, in scheduleMapAppendingVariable() argument
1129 WE.Data.AppendingGV.InitPrefix = InitPrefix; in scheduleMapAppendingVariable()
1251 Constant *InitPrefix, in scheduleMapAppendingVariable() argument
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DValueMapper.h189 void scheduleMapAppendingVariable(GlobalVariable &GV, Constant *InitPrefix,