Searched defs:ResultTy (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp930 Type *ResultTy = nullptr; local
942 ResultTy = Type::getVoidTy(Context);
945 ResultTy = Type::getHalfTy(Context);
948 ResultTy = Type::getFloatTy(Context);
951 ResultTy = Type::getDoubleTy(Context);
954 ResultTy = Type::getX86_FP80Ty(Context);
957 ResultTy = Type::getFP128Ty(Context);
960 ResultTy = Type::getPPC_FP128Ty(Context);
963 ResultTy = Type::getLabelTy(Context);
966 ResultTy
1162 Type *ResultTy = nullptr; local
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp1206 Type *ResultTy = nullptr; local
1218 ResultTy = Type::getVoidTy(Context);
1221 ResultTy = Type::getHalfTy(Context);
1224 ResultTy = Type::getFloatTy(Context);
1227 ResultTy = Type::getDoubleTy(Context);
1230 ResultTy = Type::getX86_FP80Ty(Context);
1233 ResultTy = Type::getFP128Ty(Context);
1236 ResultTy = Type::getPPC_FP128Ty(Context);
1239 ResultTy = Type::getLabelTy(Context);
1242 ResultTy
1457 Type *ResultTy = nullptr; local
[all...]

Completed in 14 milliseconds