HomeSort by relevance Sort by last modified time
    Searched refs:isFirstClassType (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/IR/
Value.cpp 55 assert((VTy->isFirstClassType() || VTy->isVoidTy() || VTy->isStructTy()) &&
59 assert((VTy->isFirstClassType() || VTy->isVoidTy()) &&
Type.cpp 66 if (!this->isFirstClassType() || !Ty->isFirstClassType())
389 return ArgTy->isFirstClassType();
Instructions.cpp     [all...]
Constants.cpp 341 assert(C->getType()->isFirstClassType() && "Cannot evaluate aggregate vals!");
    [all...]
Verifier.cpp     [all...]
ConstantFold.cpp 83 assert(DstTy && DstTy->isFirstClassType() && "Invalid cast destination type");
    [all...]
  /external/llvm/include/llvm/IR/
Type.h 232 /// isFirstClassType - Return true if the type is "first class", meaning it
235 bool isFirstClassType() const {
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 208 /// Stage 1: Types that satisfies isFirstClassType conditions are always
610 if (!TyL->isFirstClassType()) {
611 if (TyR->isFirstClassType())
617 if (!TyR->isFirstClassType()) {
618 if (TyL->isFirstClassType())
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp     [all...]

Completed in 498 milliseconds