Home
last modified time | relevance | path

Searched refs:Int1 (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DMDBuilder.cpp118 Type *Int1 = Type::getInt1Ty(Context); in createCallbackEncoding() local
119 Ops.push_back(createConstant(ConstantInt::get(Int1, VarArgArePassed))); in createCallbackEncoding()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1357 const auto *Int1 = cast<BitIntType>(T1); in IsStructurallyEquivalent() local
1360 if (Int1->isUnsigned() != Int2->isUnsigned() || in IsStructurallyEquivalent()
1361 Int1->getNumBits() != Int2->getNumBits()) in IsStructurallyEquivalent()
1366 const auto *Int1 = cast<DependentBitIntType>(T1); in IsStructurallyEquivalent() local
1369 if (Int1->isUnsigned() != Int2->isUnsigned() || in IsStructurallyEquivalent()
1370 !IsStructurallyEquivalent(Context, Int1->getNumBitsExpr(), in IsStructurallyEquivalent()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp1023 auto *Int1 = dyn_cast<ConstantInt>(Elem1); in isNonTargetIntrinsicMatch() local
1024 if (Int1 && !Int1->isZero()) in isNonTargetIntrinsicMatch()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp1650 Int1 = 0, enumerator
1674 case SelectTypeKind::Int1: in SelectOpcodeFromVT()
5351 if (auto Op = SelectOpcodeFromVT<SelectTypeKind::Int1>( in Select()
5358 if (auto Op = SelectOpcodeFromVT<SelectTypeKind::Int1>( in Select()
5365 if (auto Op = SelectOpcodeFromVT<SelectTypeKind::Int1>( in Select()
5372 if (auto Op = SelectOpcodeFromVT<SelectTypeKind::Int1>( in Select()
5379 if (auto Op = SelectOpcodeFromVT<SelectTypeKind::Int1>( in Select()
5386 if (auto Op = SelectOpcodeFromVT<SelectTypeKind::Int1>( in Select()
5393 if (auto Op = SelectOpcodeFromVT<SelectTypeKind::Int1>( in Select()
5400 if (auto Op = SelectOpcodeFromVT<SelectTypeKind::Int1>( in Select()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPKinds.def32 __OMP_TYPE(Int1)
479 __OMP_RTL(__kmpc_kernel_parallel, false, Int1, VoidPtrPtr)
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp465 ICV.InitValue = ConstantInt::getFalse(OMPBuilder.Int1->getContext()); \ in initializeInternalControlVars()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp6271 if (IfExpr->getType() != Int1) in createTeams()