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

  /external/swiftshader/third_party/LLVM/lib/VMCore/
Value.cpp 49 assert((VTy->isFirstClassType() || VTy->isVoidTy() || VTy->isStructTy()) &&
52 assert((VTy->isFirstClassType() || VTy->isVoidTy()) &&
Type.cpp 86 if (!this->isFirstClassType() || !Ty->isFirstClassType())
369 return ArgTy->isFirstClassType();
Constants.cpp 180 assert(getType()->isFirstClassType() && "Cannot evaluate aggregate vals!");
    [all...]
Verifier.cpp 643 Assert1(F.getReturnType()->isFirstClassType() ||
686 Assert1(I->getType()->isFirstClassType(),
    [all...]
Instructions.cpp     [all...]
ConstantFold.cpp 84 assert(DstTy && DstTy->isFirstClassType() && "Invalid cast destination type");
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Type.h 208 /// isFirstClassType - Return true if the type is "first class", meaning it
211 bool isFirstClassType() const {
  /external/llvm/include/llvm/IR/
Type.h 231 bool isFirstClassType() const {
  /external/llvm/lib/IR/
Type.cpp 60 if (!this->isFirstClassType() || !Ty->isFirstClassType())
321 return ArgTy->isFirstClassType();
Value.cpp 56 assert((VTy->isFirstClassType() || VTy->isVoidTy() || VTy->isStructTy()) &&
60 assert((VTy->isFirstClassType() || VTy->isVoidTy()) &&
Instructions.cpp     [all...]
Constants.cpp 330 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/swiftshader/third_party/LLVM/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 206 /// Stage 1: Types that satisfies isFirstClassType conditions are always
618 if (!TyL->isFirstClassType()) {
619 if (TyR->isFirstClassType())
625 if (!TyR->isFirstClassType()) {
626 if (TyL->isFirstClassType())
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
ExecutionEngine.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp     [all...]

Completed in 256 milliseconds