Home
last modified time | relevance | path

Searched refs:intTy (Results 1 – 8 of 8) sorted by relevance

/external/clang/test/FixIt/
Dfixit-function-call.cpp9 typedef int intTy; typedef
14 void f1(intTy &a);
42 void m(intTy &a, int *b); // match 1
/external/clang/lib/CodeGen/
DSwiftCallingConv.cpp219 if (auto intTy = dyn_cast<llvm::IntegerType>(type)) { in addTypedData() local
220 if (!isLegalIntegerType(CGM, intTy)) in addTypedData()
613 llvm::IntegerType *intTy) { in isLegalIntegerType() argument
614 auto size = intTy->getBitWidth(); in isLegalIntegerType()
DTargetInfo.cpp117 } else if (auto intTy = dyn_cast<llvm::IntegerType>(type)) { in occupiesMoreThan() local
119 intCount += (intTy->getBitWidth() + ptrWidth - 1) / ptrWidth; in occupiesMoreThan()
/external/spirv-llvm/lib/SPIRV/
DOCLUtil.cpp234 if (IntegerType* intTy = dyn_cast<IntegerType>(Ty)) { in encodeVecTypeHint() local
235 switch (intTy->getIntegerBitWidth()) { in encodeVecTypeHint()
DSPIRVUtil.cpp121 if (auto intTy = dyn_cast<IntegerType>(Ty)) { in mapLLVMTypeToOCLType() local
126 switch (intTy->getIntegerBitWidth()) { in mapLLVMTypeToOCLType()
/external/deqp-deps/SPIRV-Tools/test/opt/
Dtype_manager_test.cpp654 Integer intTy(32, true); in TEST() local
655 EXPECT_EQ(manager.GetId(&intTy), 3u); in TEST()
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dtype_manager_test.cpp656 Integer intTy(32, true); in TEST() local
657 EXPECT_EQ(manager.GetId(&intTy), 3u); in TEST()
/external/swiftshader/src/Reactor/
DLLVMReactor.cpp361 llvm::IntegerType *intTy = llvm::cast<llvm::IntegerType>(ty->getElementType()); in lowerMulHigh() local
362 llvm::Value *mulh = ::builder->CreateAShr(mult, intTy->getIntegerBitWidth()); in lowerMulHigh()