Searched refs:Int1Ty (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/IR/
H A DLLVMContextImpl.cpp34 Int1Ty(C, 1),
H A DLLVMContextImpl.h306 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty; member in class:llvm::LLVMContextImpl
H A DType.cpp232 IntegerType *Type::getInt1Ty(LLVMContext &C) { return &C.pImpl->Int1Ty; }
/external/llvm/unittests/IR/
H A DConstantsTest.cpp170 Type *Int1Ty = Type::getInt1Ty(getGlobalContext()); local
182 Constant *P3 = ConstantExpr::getTrunc(P0, Int1Ty);
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli481 [llvm::Type::Int1Ty]. *)

Completed in 419 milliseconds