Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1270 const auto *Int1 = cast<BitIntType>(T1); in IsStructurallyEquivalent() local
1273 if (Int1->isUnsigned() != Int2->isUnsigned() || in IsStructurallyEquivalent()
1274 Int1->getNumBits() != Int2->getNumBits()) in IsStructurallyEquivalent()
1279 const auto *Int1 = cast<DependentBitIntType>(T1); in IsStructurallyEquivalent() local
1282 if (Int1->isUnsigned() != Int2->isUnsigned() || in IsStructurallyEquivalent()
1283 !IsStructurallyEquivalent(Context, Int1->getNumBitsExpr(), in IsStructurallyEquivalent()
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp919 auto *Int1 = dyn_cast<ConstantInt>(Elem1); in isNonTargetIntrinsicMatch() local
920 if (Int1 && !Int1->isZero()) in isNonTargetIntrinsicMatch()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp1694 Int1 = 0, enumerator
1708 case SelectTypeKind::Int1: in SelectOpcodeFromVT()
4697 if (auto Op = SelectOpcodeFromVT<SelectTypeKind::Int1>( in Select()
4704 if (auto Op = SelectOpcodeFromVT<SelectTypeKind::Int1>( in Select()
4711 if (auto Op = SelectOpcodeFromVT<SelectTypeKind::Int1>( in Select()
4718 if (auto Op = SelectOpcodeFromVT<SelectTypeKind::Int1>( in Select()
4725 if (auto Op = SelectOpcodeFromVT<SelectTypeKind::Int1>( in Select()
4732 if (auto Op = SelectOpcodeFromVT<SelectTypeKind::Int1>( in Select()
4739 if (auto Op = SelectOpcodeFromVT<SelectTypeKind::Int1>( in Select()
4746 if (auto Op = SelectOpcodeFromVT<SelectTypeKind::Int1>( in Select()
/openbsd/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/
H A DOMPKinds.def31 __OMP_TYPE(Int1)
455 __OMP_RTL(__kmpc_target_init, false, Int32, IdentPtr, Int8, Int1)
460 __OMP_RTL(__kmpc_kernel_parallel, false, Int1, VoidPtrPtr)
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp370 ICV.InitValue = ConstantInt::getFalse(OMPBuilder.Int1->getContext()); \ in initializeInternalControlVars()