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

  /external/llvm/include/llvm/IR/
Type.h 248 /// isFirstClassType - Return true if the type is "first class", meaning it
251 bool isFirstClassType() const {
  /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())
396 return ArgTy->isFirstClassType();
Instructions.cpp     [all...]
Verifier.cpp     [all...]
Constants.cpp 242 assert(C->getType()->isFirstClassType() && "Cannot evaluate aggregate vals!");
    [all...]
ConstantFold.cpp 81 assert(DstTy && DstTy->isFirstClassType() && "Invalid cast destination type");
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp     [all...]

Completed in 707 milliseconds