Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMDBuilder.cpp131 Type *Int1 = Type::getInt1Ty(Context); in createCallbackEncoding() local
132 Ops.push_back(createConstant(ConstantInt::get(Int1, VarArgArePassed))); in createCallbackEncoding()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1385 const auto *Int1 = cast<BitIntType>(T1); in IsStructurallyEquivalent() local
1388 if (Int1->isUnsigned() != Int2->isUnsigned() || in IsStructurallyEquivalent()
1389 Int1->getNumBits() != Int2->getNumBits()) in IsStructurallyEquivalent()
1394 const auto *Int1 = cast<DependentBitIntType>(T1); in IsStructurallyEquivalent() local
1397 if (Int1->isUnsigned() != Int2->isUnsigned() || in IsStructurallyEquivalent()
1398 !IsStructurallyEquivalent(Context, Int1->getNumBitsExpr(), in IsStructurallyEquivalent()
/freebsd/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/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp1764 Int1 = 0, enumerator
1789 case SelectTypeKind::Int1: in SelectOpcodeFromVT()
5657 if (auto Op = SelectOpcodeFromVT<SelectTypeKind::Int1>( in Select()
5664 if (auto Op = SelectOpcodeFromVT<SelectTypeKind::Int1>( in Select()
5671 if (auto Op = SelectOpcodeFromVT<SelectTypeKind::Int1>( in Select()
5678 if (auto Op = SelectOpcodeFromVT<SelectTypeKind::Int1>( in Select()
5685 if (auto Op = SelectOpcodeFromVT<SelectTypeKind::Int1>( in Select()
5692 if (auto Op = SelectOpcodeFromVT<SelectTypeKind::Int1>( in Select()
5699 if (auto Op = SelectOpcodeFromVT<SelectTypeKind::Int1>( in Select()
5706 if (auto Op = SelectOpcodeFromVT<SelectTypeKind::Int1>( in Select()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPKinds.def32 __OMP_TYPE(Int1)
482 __OMP_RTL(__kmpc_kernel_parallel, false, Int1, VoidPtrPtr)
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp465 ICV.InitValue = ConstantInt::getFalse(OMPBuilder.Int1->getContext()); \ in initializeInternalControlVars()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp8236 if (IfExpr->getType() != Int1) in createTeams()