Home
last modified time | relevance | path

Searched refs:Int1Ty (Results 1 – 23 of 23) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPoisonChecking.cpp258 auto * const Int1Ty = Type::getInt1Ty(F.getContext()); in rewrite() local
265 auto *NewPHI = PHINode::Create(Int1Ty, in rewrite()
268 NewPHI->addIncoming(UndefValue::get(Int1Ty), in rewrite()
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DPoisonChecking.cpp262 auto * const Int1Ty = Type::getInt1Ty(F.getContext()); in rewrite() local
269 auto *NewPHI = PHINode::Create(Int1Ty, OldPHI->getNumIncomingValues()); in rewrite()
271 NewPHI->addIncoming(UndefValue::get(Int1Ty), in rewrite()
DSanitizerCoverage.cpp244 *Int16Ty, *Int8Ty, *Int8PtrTy, *Int1Ty, *Int1PtrTy; member in __anoncfb62bc60111::ModuleSanitizerCoverage
414 Int1Ty = IRB.getInt1Ty(); in instrumentModule()
732 AllBlocks.size(), F, Int1Ty, SanCovBoolFlagSectionName); in CreateFunctionLocalArrays()
922 auto Load = IRB.CreateLoad(Int1Ty, FlagPtr); in InjectCoverageAtBlock()
926 auto Store = ThenIRB.CreateStore(ConstantInt::getTrue(Int1Ty), FlagPtr); in InjectCoverageAtBlock()
/external/llvm/lib/Target/PowerPC/
DPPCBoolRetToInt.cpp236 Type *Int1Ty = Type::getInt1Ty(U->getContext()); in runOnUse() local
238 Value *BackToBool = new TruncInst(IntRetVal, Int1Ty, "backToBool", I); in runOnUse()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCBoolRetToInt.cpp263 Type *Int1Ty = Type::getInt1Ty(U->getContext()); in runOnUse() local
265 Value *BackToBool = new TruncInst(IntRetVal, Int1Ty, "backToBool", I); in runOnUse()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCBoolRetToInt.cpp266 Type *Int1Ty = Type::getInt1Ty(U->getContext()); in runOnUse() local
268 Value *BackToBool = new TruncInst(IntRetVal, Int1Ty, "backToBool", I); in runOnUse()
/external/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp218 IntegerType *Int1Ty; member
485 PHINode *P = B.CreatePHI(Int1Ty, 2); in lowerBitSetCall()
486 P->addIncoming(ConstantInt::get(Int1Ty, 0), InitialBB); in lowerBitSetCall()
996 LTT->Int1Ty = Type::getInt1Ty(M.getContext()); in init()
/external/llvm/lib/IR/
DLLVMContextImpl.cpp37 Int1Ty(C, 1), in LLVMContextImpl()
DType.cpp166 IntegerType *Type::getInt1Ty(LLVMContext &C) { return &C.pImpl->Int1Ty; } in getInt1Ty()
DLLVMContextImpl.h1110 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty, Int128Ty;
/external/llvm-project/llvm/lib/IR/
DLLVMContextImpl.cpp38 Int1Ty(C, 1), in LLVMContextImpl()
DType.cpp183 IntegerType *Type::getInt1Ty(LLVMContext &C) { return &C.pImpl->Int1Ty; } in getInt1Ty()
DLLVMContextImpl.h1420 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty, Int128Ty;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContextImpl.cpp36 Int1Ty(C, 1), in LLVMContextImpl()
DType.cpp177 IntegerType *Type::getInt1Ty(LLVMContext &C) { return &C.pImpl->Int1Ty; } in getInt1Ty()
DLLVMContextImpl.h1322 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty, Int128Ty;
/external/llvm/unittests/IR/
DConstantsTest.cpp198 Type *Int1Ty = Type::getInt1Ty(Context); in TEST() local
210 Constant *P3 = ConstantExpr::getTrunc(P0, Int1Ty); in TEST()
/external/llvm-project/llvm/unittests/IR/
DConstantsTest.cpp198 Type *Int1Ty = Type::getInt1Ty(Context); in TEST() local
210 Constant *P3 = ConstantExpr::getTrunc(P0, Int1Ty); in TEST()
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DVPlan.cpp515 auto *Int1Ty = Type::getInt1Ty(Builder.getContext()); in generateInstruction() local
516 auto *PredTy = FixedVectorType::get(Int1Ty, State.VF.getKnownMinValue()); in generateInstruction()
/external/llvm-project/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp393 IntegerType *Int1Ty = Type::getInt1Ty(M.getContext()); member in __anonb6dfe3930111::LowerTypeTestsModule
818 PHINode *P = B.CreatePHI(Int1Ty, 2); in lowerTypeTestCall()
819 P->addIncoming(ConstantInt::get(Int1Ty, 0), InitialBB); in lowerTypeTestCall()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp390 IntegerType *Int1Ty = Type::getInt1Ty(M.getContext()); member in __anon2121a5270111::LowerTypeTestsModule
808 PHINode *P = B.CreatePHI(Int1Ty, 2); in lowerTypeTestCall()
809 P->addIncoming(ConstantInt::get(Int1Ty, 0), InitialBB); in lowerTypeTestCall()
/external/llvm-project/llvm/bindings/ocaml/llvm/
Dllvm.mli555 [llvm::Type::Int1Ty]. *)
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli524 [llvm::Type::Int1Ty]. *)