Searched defs:FTy (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp1188 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); local
1198 for (unsigned i = 0, e = FTy->getNumParams(); i != e; ++i)
1202 if (FTy->isVarArg()) {
1203 for (unsigned i = FTy->getNumParams(), e = I.getNumOperands()-3;
1251 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); local
1260 for (unsigned i = 0, e = FTy->getNumParams(); i != e; ++i)
1264 if (FTy->isVarArg()) {
1265 for (unsigned i = FTy->getNumParams(), e = CI.getNumArgOperands();
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp1142 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); local
1152 for (unsigned i = 0, e = FTy->getNumParams(); i != e; ++i)
1156 if (FTy->isVarArg()) {
1157 for (unsigned i = FTy->getNumParams(), e = I.getNumOperands()-3;
1268 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); local
1277 for (unsigned i = 0, e = FTy->getNumParams(); i != e; ++i)
1281 if (FTy->isVarArg()) {
1282 for (unsigned i = FTy->getNumParams(), e = CI.getNumArgOperands();
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1839 FunctionType *FTy =
1841 if (!FTy)
1844 Function *Func = Function::Create(FTy, GlobalValue::ExternalLinkage,
2556 FunctionType *FTy = !CalleeTy ? 0 : local
2560 if (FTy == 0 || NormalBB == 0 || UnwindBB == 0 ||
2561 Record.size() < OpNum+FTy->getNumParams())
2565 for (unsigned i = 0, e = FTy->getNumParams(); i != e; ++i, ++OpNum) {
2566 Ops.push_back(getFnValueByID(Record[OpNum], FTy->getParamType(i)));
2570 if (!FTy->isVarArg()) {
2734 FunctionType *FTy local
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2114 FunctionType *FTy =
2116 if (!FTy)
2119 Function *Func = Function::Create(FTy, GlobalValue::ExternalLinkage,
2803 FunctionType *FTy = !CalleeTy ? 0 : local
2807 if (FTy == 0 || NormalBB == 0 || UnwindBB == 0 ||
2808 Record.size() < OpNum+FTy->getNumParams())
2812 for (unsigned i = 0, e = FTy->getNumParams(); i != e; ++i, ++OpNum) {
2813 Ops.push_back(getFnValueByID(Record[OpNum], FTy->getParamType(i)));
2817 if (!FTy->isVarArg()) {
3076 FunctionType *FTy local
[all...]
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp1238 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); local
1248 for (unsigned i = 0, e = FTy->getNumParams(); i != e; ++i)
1252 if (FTy->isVarArg()) {
1253 for (unsigned i = FTy->getNumParams(), e = I.getNumOperands()-3;
1364 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); local
1373 for (unsigned i = 0, e = FTy->getNumParams(); i != e; ++i)
1377 if (FTy->isVarArg()) {
1378 for (unsigned i = FTy->getNumParams(), e = CI.getNumArgOperands();

Completed in 229 milliseconds