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

  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/CodeGen/
LowLevelTypeTest.cpp 56 Type *IRTy = IntegerType::get(C, S);
57 EXPECT_EQ(Ty, getLLTForType(*IRTy, DL));
101 Type *IRTy = VectorType::get(IRSTy, Elts);
102 EXPECT_EQ(VTy, getLLTForType(*IRTy, DL));
137 Type *IRTy = PointerType::get(IntegerType::get(C, 8), AS);
138 EXPECT_EQ(Ty, getLLTForType(*IRTy, DL));
  /external/clang/lib/CodeGen/
CGDecl.cpp     [all...]
CGCall.cpp     [all...]

Completed in 1093 milliseconds