| /NextBSD/contrib/llvm/lib/IR/ |
| HD | ValueTypes.cpp | 187 case MVT::i1: return Type::getInt1Ty(Context); in getTypeForEVT() 200 case MVT::v2i1: return VectorType::get(Type::getInt1Ty(Context), 2); in getTypeForEVT() 201 case MVT::v4i1: return VectorType::get(Type::getInt1Ty(Context), 4); in getTypeForEVT() 202 case MVT::v8i1: return VectorType::get(Type::getInt1Ty(Context), 8); in getTypeForEVT() 203 case MVT::v16i1: return VectorType::get(Type::getInt1Ty(Context), 16); in getTypeForEVT() 204 case MVT::v32i1: return VectorType::get(Type::getInt1Ty(Context), 32); in getTypeForEVT() 205 case MVT::v64i1: return VectorType::get(Type::getInt1Ty(Context), 64); in getTypeForEVT()
|
| HD | Type.cpp | 236 IntegerType *Type::getInt1Ty(LLVMContext &C) { return &C.pImpl->Int1Ty; } in getInt1Ty() function in Type 280 return getInt1Ty(C)->getPointerTo(AS); in getInt1PtrTy() 310 case 1: return cast<IntegerType>(Type::getInt1Ty(C)); in get()
|
| HD | IRBuilder.cpp | 195 assert(Cond->getType() == getInt1Ty() && in CreateAssumption()
|
| HD | Constants.cpp | 533 pImpl->TheTrueVal = ConstantInt::get(Type::getInt1Ty(Context), 1); in getTrue() 540 pImpl->TheFalseVal = ConstantInt::get(Type::getInt1Ty(Context), 0); in getFalse() 1962 StructType::get(Type::getInt1Ty(Ty->getContext()), Ty, nullptr); in getAlignOf() 2091 Type *ResultTy = Type::getInt1Ty(LHS->getContext()); in getICmp() 2115 Type *ResultTy = Type::getInt1Ty(LHS->getContext()); in getFCmp()
|
| HD | AutoUpgrade.cpp | 80 Type::getInt1Ty(F->getContext()) in UpgradeIntrinsicFunction1()
|
| HD | Instructions.cpp | 68 if (VT->getElementType() != Type::getInt1Ty(Op0->getContext())) in areInvalidOperands() 76 } else if (Op0->getType() != Type::getInt1Ty(Op0->getContext())) { in areInvalidOperands() 1106 StructType::get(Cmp->getType(), Type::getInt1Ty(Cmp->getContext()), in AtomicCmpXchgInst() 1119 StructType::get(Cmp->getType(), Type::getInt1Ty(Cmp->getContext()), in AtomicCmpXchgInst()
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | SanitizerMetadata.cpp | 48 llvm::ConstantInt::get(llvm::Type::getInt1Ty(VMContext), IsDynInit)), in reportGlobalToASan() 50 llvm::Type::getInt1Ty(VMContext), IsBlacklisted))}; in reportGlobalToASan()
|
| HD | CGLoopInfo.cpp | 54 Type::getInt1Ty(Ctx), in createMetadata()
|
| HD | CGCleanup.cpp | 268 = CreateTempAlloca(Builder.getInt1Ty(), "cleanup.cond"); in initFullExprCleanup() 1101 var = CGF.CreateTempAlloca(CGF.Builder.getInt1Ty(), "cleanup.isactive"); in SetupCleanupBlockActivation()
|
| HD | CodeGenTypes.cpp | 339 ResultType = llvm::Type::getInt1Ty(getLLVMContext()); in ConvertType()
|
| HD | CGExprScalar.cpp | 181 if (ZI->getOperand(0)->getType() == Builder.getInt1Ty()) { in EmitIntToBoolConversion() 424 return llvm::ConstantInt::get(Builder.getInt1Ty(), E->getValue()); in VisitExpressionTraitExpr() 3107 llvm::PHINode *PN = llvm::PHINode::Create(llvm::Type::getInt1Ty(VMContext), 2, in VisitBinLAnd() 3186 llvm::PHINode *PN = llvm::PHINode::Create(llvm::Type::getInt1Ty(VMContext), 2, in VisitBinLOr()
|
| /NextBSD/contrib/llvm/tools/llvm-stress/ |
| HD | llvm-stress.cpp | 273 Type::getInt1Ty(Context), in pickScalarType() 577 Type *CondTy = Type::getInt1Ty(Context); in Act() 661 if (Instr.getType() == IntegerType::getInt1Ty(F->getContext())) in IntroduceControlFlow()
|
| /NextBSD/contrib/llvm/include/llvm/IR/ |
| HD | InstrTypes.h | 880 return VectorType::get(Type::getInt1Ty(opnd_type->getContext()), 883 return Type::getInt1Ty(opnd_type->getContext());
|
| HD | Type.h | 393 static IntegerType *getInt1Ty(LLVMContext &C);
|
| HD | IRBuilder.h | 242 return ConstantInt::get(getInt1Ty(), V); in getInt1() 291 IntegerType *getInt1Ty() { in getInt1Ty() function 292 return Type::getInt1Ty(Context); in getInt1Ty()
|
| /NextBSD/contrib/llvm/lib/Transforms/Utils/ |
| HD | CodeExtractor.cpp | 305 case 2: RetTy = Type::getInt1Ty(header->getContext()); break; in constructFunction() 546 brVal = ConstantInt::get(Type::getInt1Ty(Context), !SuccNum); in emitCallAndSwitchStatement()
|
| HD | SimplifyCFG.cpp | 2353 BI->setCondition(ConstantInt::get(Type::getInt1Ty(BB->getContext()), in SimplifyCondBranchToCondBranch() 2363 PHINode *NewPN = PHINode::Create(Type::getInt1Ty(BB->getContext()), in SimplifyCondBranchToCondBranch() 2377 NewPN->addIncoming(ConstantInt::get(Type::getInt1Ty(BB->getContext()), in SimplifyCondBranchToCondBranch() 4192 Type::getInt1Ty(Mod.getContext()), in SwitchToLookupTable()
|
| /NextBSD/contrib/llvm/lib/Target/AMDGPU/ |
| HD | SIAnnotateControlFlow.cpp | 122 Boolean = Type::getInt1Ty(Context); in doInitialization()
|
| /NextBSD/contrib/llvm/lib/Transforms/IPO/ |
| HD | GlobalOpt.cpp | 877 new GlobalVariable(Type::getInt1Ty(GV->getContext()), false, in OptimizeGlobalAddressOfMalloc() 1602 if (GVElType == Type::getInt1Ty(GV->getContext()) || in TryToShrinkGlobalToBoolean() 1616 GlobalVariable *NewGV = new GlobalVariable(Type::getInt1Ty(GV->getContext()), in TryToShrinkGlobalToBoolean() 1626 assert(InitVal->getType() != Type::getInt1Ty(GV->getContext()) && in TryToShrinkGlobalToBoolean() 1643 StoreVal = ConstantInt::get(Type::getInt1Ty(GV->getContext()), in TryToShrinkGlobalToBoolean()
|
| HD | LowerBitSets.cpp | 248 Int1Ty = Type::getInt1Ty(M->getContext()); in doInitialization()
|
| /NextBSD/contrib/llvm/lib/Transforms/Scalar/ |
| HD | LoopUnswitch.cpp | 766 Val->getType() != Type::getInt1Ty(LIC->getContext())) in EmitPreheaderBranchOnCondition() 1056 Replacement = ConstantInt::get(Type::getInt1Ty(Val->getContext()), in RewriteLoopBodyWithConditionConstant()
|
| HD | StructurizeCFG.cpp | 277 Boolean = Type::getInt1Ty(Context); in INITIALIZE_PASS_DEPENDENCY()
|
| /NextBSD/contrib/llvm/lib/CodeGen/ |
| HD | AtomicExpandPass.cpp | 496 PHINode *Success = Builder.CreatePHI(Type::getInt1Ty(Ctx), 2); in expandAtomicCmpXchg()
|
| /NextBSD/contrib/llvm/lib/Bitcode/Reader/ |
| HD | BitcodeReader.cpp | 2411 Type *SelectorTy = Type::getInt1Ty(Context); in parseConstants() 2416 SelectorTy = VectorType::get(Type::getInt1Ty(Context), in parseConstants() 3659 popValue(Record, OpNum, NextValueNo, Type::getInt1Ty(Context), Cond)) in parseFunctionBody() 3681 if (vector_type->getElementType() != Type::getInt1Ty(Context)) in parseFunctionBody() 3685 if (Cond->getType() != Type::getInt1Ty(Context)) in parseFunctionBody() 3806 Type::getInt1Ty(Context)); in parseFunctionBody()
|
| /NextBSD/contrib/llvm/lib/Analysis/ |
| HD | LazyValueInfo.cpp | 895 Type::getInt1Ty(Val->getContext()), isTrueDest)); in getEdgeValueLocal()
|