Home
last modified time | relevance | path

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

/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-7.0/llvm/lib/Target/PowerPC/
DPPCBoolRetToInt.cpp264 Type *Int1Ty = Type::getInt1Ty(U->getContext()); in runOnUse() local
266 Value *BackToBool = new TruncInst(IntRetVal, Int1Ty, "backToBool", I); in runOnUse()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DLLVMContextImpl.cpp31 Int1Ty(C, 1), in LLVMContextImpl()
DLLVMContextImpl.h174 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty; variable
DType.cpp210 IntegerType *Type::getInt1Ty(LLVMContext &C) { return &C.pImpl->Int1Ty; } in getInt1Ty()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DLLVMContextImpl.cpp37 Int1Ty(C, 1), in LLVMContextImpl()
DType.cpp173 IntegerType *Type::getInt1Ty(LLVMContext &C) { return &C.pImpl->Int1Ty; } in getInt1Ty()
DLLVMContextImpl.h1295 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty, Int128Ty;
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DConstantsTest.cpp199 Type *Int1Ty = Type::getInt1Ty(Context); in TEST() local
211 Constant *P3 = ConstantExpr::getTrunc(P0, Int1Ty); in TEST()
/external/llvm/unittests/IR/
DConstantsTest.cpp198 Type *Int1Ty = Type::getInt1Ty(Context); in TEST() local
210 Constant *P3 = ConstantExpr::getTrunc(P0, Int1Ty); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp334 IntegerType *Int1Ty = Type::getInt1Ty(M.getContext()); member in __anonf470a1fd0111::LowerTypeTestsModule
750 PHINode *P = B.CreatePHI(Int1Ty, 2); in lowerTypeTestCall()
751 P->addIncoming(ConstantInt::get(Int1Ty, 0), InitialBB); in lowerTypeTestCall()
/external/spirv-llvm/lib/SPIRV/
DSPIRVReader.cpp1574 Type *Int1Ty = Type::getInt1Ty(*Context); in transValueWithoutDecoration() local
1580 Type* ArgTy[] = { TrgTy, SrcTy, SizeTy, Int32Ty, Int1Ty }; in transValueWithoutDecoration()
1605 ConstantInt::get(Int1Ty, in transValueWithoutDecoration()
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.mli391 [llvm::Type::Int1Ty]. *)
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm.mli545 [llvm::Type::Int1Ty]. *)
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli524 [llvm::Type::Int1Ty]. *)