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

/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp1197 Type *ResultTy = nullptr; local
1209 ResultTy = Type::getVoidTy(Context);
1212 ResultTy = Type::getHalfTy(Context);
1215 ResultTy = Type::getFloatTy(Context);
1218 ResultTy = Type::getDoubleTy(Context);
1221 ResultTy = Type::getX86_FP80Ty(Context);
1224 ResultTy = Type::getFP128Ty(Context);
1227 ResultTy = Type::getPPC_FP128Ty(Context);
1230 ResultTy = Type::getLabelTy(Context);
1233 ResultTy
1448 Type *ResultTy = nullptr; local
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp921 Type *ResultTy = nullptr; local
933 ResultTy = Type::getVoidTy(Context);
936 ResultTy = Type::getHalfTy(Context);
939 ResultTy = Type::getFloatTy(Context);
942 ResultTy = Type::getDoubleTy(Context);
945 ResultTy = Type::getX86_FP80Ty(Context);
948 ResultTy = Type::getFP128Ty(Context);
951 ResultTy = Type::getPPC_FP128Ty(Context);
954 ResultTy = Type::getLabelTy(Context);
957 ResultTy
1153 Type *ResultTy = nullptr; local
[all...]

Completed in 51 milliseconds