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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp562 Type *ResultTy = 0; local
574 ResultTy = Type::getVoidTy(Context);
577 ResultTy = Type::getHalfTy(Context);
580 ResultTy = Type::getFloatTy(Context);
583 ResultTy = Type::getDoubleTy(Context);
586 ResultTy = Type::getX86_FP80Ty(Context);
589 ResultTy = Type::getFP128Ty(Context);
592 ResultTy = Type::getPPC_FP128Ty(Context);
595 ResultTy = Type::getLabelTy(Context);
598 ResultTy
794 Type *ResultTy = 0; local
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp842 Type *ResultTy = 0; local
854 ResultTy = Type::getVoidTy(Context);
857 ResultTy = Type::getHalfTy(Context);
860 ResultTy = Type::getFloatTy(Context);
863 ResultTy = Type::getDoubleTy(Context);
866 ResultTy = Type::getX86_FP80Ty(Context);
869 ResultTy = Type::getFP128Ty(Context);
872 ResultTy = Type::getPPC_FP128Ty(Context);
875 ResultTy = Type::getLabelTy(Context);
878 ResultTy
1093 Type *ResultTy = 0; local
[all...]

Completed in 10 milliseconds