HomeSort by relevance Sort by last modified time
    Searched refs:Int1Ty (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/IR/
LLVMContextImpl.cpp 34 Int1Ty(C, 1),
LLVMContextImpl.h 306 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty;
Type.cpp 232 IntegerType *Type::getInt1Ty(LLVMContext &C) { return &C.pImpl->Int1Ty; }
  /external/llvm/unittests/IR/
ConstantsTest.cpp 170 Type *Int1Ty = Type::getInt1Ty(getGlobalContext());
182 Constant *P3 = ConstantExpr::getTrunc(P0, Int1Ty);
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 481 [llvm::Type::Int1Ty]. *)
    [all...]

Completed in 66 milliseconds