HomeSort by relevance Sort by last modified time
    Searched refs:getInt1Ty (Results 1 - 25 of 48) sorted by null

1 2

  /external/llvm/lib/IR/
ValueTypes.cpp 186 case MVT::i1: return Type::getInt1Ty(Context);
199 case MVT::v2i1: return VectorType::get(Type::getInt1Ty(Context), 2);
200 case MVT::v4i1: return VectorType::get(Type::getInt1Ty(Context), 4);
201 case MVT::v8i1: return VectorType::get(Type::getInt1Ty(Context), 8);
202 case MVT::v16i1: return VectorType::get(Type::getInt1Ty(Context), 16);
203 case MVT::v32i1: return VectorType::get(Type::getInt1Ty(Context), 32);
204 case MVT::v64i1: return VectorType::get(Type::getInt1Ty(Context), 64);
DIBuilder.cpp 129 ConstantInt::get(Type::getInt1Ty(VMContext), isOptimized),
    [all...]
Type.cpp 232 IntegerType *Type::getInt1Ty(LLVMContext &C) { return &C.pImpl->Int1Ty; }
275 return getInt1Ty(C)->getPointerTo(AS);
305 case 1: return cast<IntegerType>(Type::getInt1Ty(C));
AutoUpgrade.cpp 61 Type::getInt1Ty(F->getContext())
Constants.cpp 477 pImpl->TheTrueVal = ConstantInt::get(Type::getInt1Ty(Context), 1);
484 pImpl->TheFalseVal = ConstantInt::get(Type::getInt1Ty(Context), 0);
    [all...]
  /external/clang/lib/CodeGen/
CGLoopInfo.cpp 51 ConstantInt::get(Type::getInt1Ty(Ctx),
CGCleanup.cpp 255 = CreateTempAlloca(Builder.getInt1Ty(), "cleanup.cond");
    [all...]
CodeGenTypes.cpp 331 ResultType = llvm::Type::getInt1Ty(getLLVMContext());
  /art/compiler/llvm/
intrinsic_helper.cc 57 return irb.getInt1Ty();
  /external/llvm/include/llvm/IR/
InstrTypes.h     [all...]
Type.h 390 static IntegerType *getInt1Ty(LLVMContext &C);
IRBuilder.h 252 return ConstantInt::get(getInt1Ty(), V);
301 IntegerType *getInt1Ty() {
302 return Type::getInt1Ty(Context);
    [all...]
  /external/llvm/lib/Target/R600/
SIAnnotateControlFlow.cpp 118 Boolean = Type::getInt1Ty(Context);
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 252 case 0: t = Type::getInt1Ty(Context); break;
569 Type *CondTy = Type::getInt1Ty(Context);
665 if (it->getType() == IntegerType::getInt1Ty(F->getContext()))
  /external/llvm/lib/CodeGen/
AtomicExpandLoadLinkedPass.cpp 317 PHINode *Success = Builder.CreatePHI(Type::getInt1Ty(Ctx), 2);
  /external/llvm/unittests/Analysis/
ScalarEvolutionTest.cpp 46 Type *Ty = Type::getInt1Ty(Context);
  /external/llvm/unittests/IR/
ConstantsTest.cpp 170 Type *Int1Ty = Type::getInt1Ty(getGlobalContext());
IRBuilderTest.cpp 120 IntegerType *Ty1 = Builder.getInt1Ty();
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 686 Val->getType() != Type::getInt1Ty(LIC->getContext()))
    [all...]
  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 305 case 2: RetTy = Type::getInt1Ty(header->getContext()); break;
547 brVal = ConstantInt::get(Type::getInt1Ty(Context), !SuccNum);
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 320 arg_types.push_back(Type::getInt1Ty(Context));
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]

Completed in 286 milliseconds

1 2