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 52 assert((VTy->isFirstClassType() || VTy->isVoidTy() || VTy->isStructTy()) &&
56 assert((VTy->isFirstClassType() || VTy->isVoidTy()) &&
Type.cpp 71 if (!this->isFirstClassType() || !Ty->isFirstClassType())
390 return ArgTy->isFirstClassType();
Instructions.cpp     [all...]
Constants.cpp 265 assert(C->getType()->isFirstClassType() && "Cannot evaluate aggregate vals!");
    [all...]
Verifier.cpp     [all...]
ConstantFold.cpp 81 assert(DstTy && DstTy->isFirstClassType() && "Invalid cast destination type");
    [all...]
  /external/llvm/include/llvm/IR/
Type.h 239 /// isFirstClassType - Return true if the type is "first class", meaning it
242 bool isFirstClassType() const {
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 155 /// 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())
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp     [all...]

Completed in 382 milliseconds