Searched refs:isFirstClassType (Results 1 - 10 of 10) sorted by relevance

/external/llvm/lib/IR/
H A DValue.cpp52 assert((VTy->isFirstClassType() || VTy->isVoidTy() || VTy->isStructTy()) &&
56 assert((VTy->isFirstClassType() || VTy->isVoidTy()) &&
H A DType.cpp71 if (!this->isFirstClassType() || !Ty->isFirstClassType())
390 return ArgTy->isFirstClassType();
H A DInstructions.cpp2567 if (!SrcTy->isFirstClassType() || !DestTy->isFirstClassType())
2628 if (!SrcTy->isFirstClassType() || !DestTy->isFirstClassType())
2679 assert(SrcTy->isFirstClassType() && DestTy->isFirstClassType() &&
2787 if (!SrcTy->isFirstClassType() || !DstTy->isFirstClassType() ||
H A DConstants.cpp265 assert(C->getType()->isFirstClassType() && "Cannot evaluate aggregate vals!");
1480 assert(Ty->isFirstClassType() && "Cannot cast to an aggregate type!");
2044 assert(Agg->getType()->isFirstClassType() &&
2064 assert(Agg->getType()->isFirstClassType() &&
2071 assert(Agg->getType()->isFirstClassType() &&
H A DVerifier.cpp1033 Assert1(F.getReturnType()->isFirstClassType() ||
1084 Assert1(I->getType()->isFirstClassType(),
2176 I.getType()->isFirstClassType(),
2203 if (!I.getOperand(i)->getType()->isFirstClassType()) {
H A DConstantFold.cpp81 assert(DstTy && DstTy->isFirstClassType() && "Invalid cast destination type");
/external/llvm/include/llvm/IR/
H A DType.h239 /// isFirstClassType - Return true if the type is "first class", meaning it
242 bool isFirstClassType() const { function in class:llvm::Type
/external/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp155 /// Stage 1: Types that satisfies isFirstClassType conditions are always
480 if (!TyL->isFirstClassType()) {
481 if (TyR->isFirstClassType())
487 if (!TyR->isFirstClassType()) {
488 if (TyL->isFirstClassType())
/external/llvm/lib/AsmParser/
H A DLLParser.cpp1939 if (!ArgTy->isFirstClassType())
2225 if (!Ty->isFirstClassType() && !Ty->isLabelTy()) {
2266 if (!Ty->isFirstClassType() && !Ty->isLabelTy()) {
2506 if (!Elts[0]->getType()->isFirstClassType())
3032 if (!Ty->isFirstClassType() || Ty->isLabelTy())
3043 if (!Ty->isFirstClassType() || Ty->isLabelTy())
3969 if (!EltTy->isFirstClassType())
4066 if (!Ty->isFirstClassType())
4298 !cast<PointerType>(Val->getType())->getElementType()->isFirstClassType())
4342 if (!Val->getType()->isFirstClassType())
[all...]
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp1210 if (Init->getType()->isFirstClassType()) {

Completed in 267 milliseconds