Home
last modified time | relevance | path

Searched defs:Int1Ty (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBoolRetToInt.cpp264 Type *Int1Ty = Type::getInt1Ty(U->getContext()); in runOnUse() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPoisonChecking.cpp257 auto * const Int1Ty = Type::getInt1Ty(F.getContext()); in rewrite() local
H A DSanitizerCoverage.cpp268 Type *PtrTy, *IntptrTy, *Int64Ty, *Int32Ty, *Int16Ty, *Int8Ty, *Int1Ty; member in __anon0eb498d60111::ModuleSanitizerCoverage
H A DNumericalStabilitySanitizer.cpp605 Type *Int1Ty = Type::getInt1Ty(Context); in NumericalStabilitySanitizer() local
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveStaticOffset.cpp212 Type *Int1Ty = Type::getInt1Ty(C); in fillCommonArgs() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp420 IntegerType *Int1Ty = Type::getInt1Ty(M.getContext()); member in __anonc00fd2a30111::LowerTypeTestsModule
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp425 auto *Int1Ty = Type::getInt1Ty(Builder.getContext()); in generatePerPart() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp44 llvm::Type *Int1Ty = llvm::Type::getInt1Ty(CGF.getLLVMContext()); in X86AdjustInlineAsmType() local