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

/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp851 Type *ResultTy = 0; local
862 ResultTy = Type::getVoidTy(Context);
865 ResultTy = Type::getHalfTy(Context);
868 ResultTy = Type::getFloatTy(Context);
871 ResultTy = Type::getDoubleTy(Context);
874 ResultTy = Type::getX86_FP80Ty(Context);
877 ResultTy = Type::getFP128Ty(Context);
880 ResultTy = Type::getPPC_FP128Ty(Context);
883 ResultTy = Type::getLabelTy(Context);
886 ResultTy
1100 Type *ResultTy = 0; local
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp570 Type *ResultTy = 0; local
581 ResultTy = Type::getVoidTy(Context);
584 ResultTy = Type::getHalfTy(Context);
587 ResultTy = Type::getFloatTy(Context);
590 ResultTy = Type::getDoubleTy(Context);
593 ResultTy = Type::getX86_FP80Ty(Context);
596 ResultTy = Type::getFP128Ty(Context);
599 ResultTy = Type::getPPC_FP128Ty(Context);
602 ResultTy = Type::getLabelTy(Context);
605 ResultTy
800 Type *ResultTy = 0; local
[all...]

Completed in 65 milliseconds