Searched refs:intTy (Results 1 – 8 of 8) sorted by relevance
9 typedef int intTy; typedef14 void f1(intTy &a);42 void m(intTy &a, int *b); // match 1
219 if (auto intTy = dyn_cast<llvm::IntegerType>(type)) { in addTypedData() local220 if (!isLegalIntegerType(CGM, intTy)) in addTypedData()613 llvm::IntegerType *intTy) { in isLegalIntegerType() argument614 auto size = intTy->getBitWidth(); in isLegalIntegerType()
117 } else if (auto intTy = dyn_cast<llvm::IntegerType>(type)) { in occupiesMoreThan() local119 intCount += (intTy->getBitWidth() + ptrWidth - 1) / ptrWidth; in occupiesMoreThan()
234 if (IntegerType* intTy = dyn_cast<IntegerType>(Ty)) { in encodeVecTypeHint() local235 switch (intTy->getIntegerBitWidth()) { in encodeVecTypeHint()
121 if (auto intTy = dyn_cast<IntegerType>(Ty)) { in mapLLVMTypeToOCLType() local126 switch (intTy->getIntegerBitWidth()) { in mapLLVMTypeToOCLType()
654 Integer intTy(32, true); in TEST() local655 EXPECT_EQ(manager.GetId(&intTy), 3u); in TEST()
656 Integer intTy(32, true); in TEST() local657 EXPECT_EQ(manager.GetId(&intTy), 3u); in TEST()
361 llvm::IntegerType *intTy = llvm::cast<llvm::IntegerType>(ty->getElementType()); in lowerMulHigh() local362 llvm::Value *mulh = ::builder->CreateAShr(mult, intTy->getIntegerBitWidth()); in lowerMulHigh()