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

1 2

  /external/llvm/lib/IR/
ValueTypes.cpp 181 case MVT::i1: return Type::getInt1Ty(Context);
194 case MVT::v2i1: return VectorType::get(Type::getInt1Ty(Context), 2);
195 case MVT::v4i1: return VectorType::get(Type::getInt1Ty(Context), 4);
196 case MVT::v8i1: return VectorType::get(Type::getInt1Ty(Context), 8);
197 case MVT::v16i1: return VectorType::get(Type::getInt1Ty(Context), 16);
198 case MVT::v32i1: return VectorType::get(Type::getInt1Ty(Context), 32);
199 case MVT::v64i1: return VectorType::get(Type::getInt1Ty(Context), 64);
DIBuilder.cpp 115 ConstantInt::get(Type::getInt1Ty(VMContext), isOptimized),
    [all...]
Type.cpp 238 IntegerType *Type::getInt1Ty(LLVMContext &C) { return &C.pImpl->Int1Ty; }
281 return getInt1Ty(C)->getPointerTo(AS);
311 case 1: return cast<IntegerType>(Type::getInt1Ty(C));
AutoUpgrade.cpp 59 Type::getInt1Ty(F->getContext())
Constants.cpp 441 pImpl->TheTrueVal = ConstantInt::get(Type::getInt1Ty(Context), 1);
448 pImpl->TheFalseVal = ConstantInt::get(Type::getInt1Ty(Context), 0);
    [all...]
  /art/compiler/llvm/
intrinsic_helper.cc 57 return irb.getInt1Ty();
  /external/llvm/include/llvm/IR/
Type.h 392 static IntegerType *getInt1Ty(LLVMContext &C);
InstrTypes.h     [all...]
IRBuilder.h 186 return ConstantInt::get(getInt1Ty(), V);
229 IntegerType *getInt1Ty() {
230 return Type::getInt1Ty(Context);
    [all...]
  /external/llvm/unittests/IR/
IRBuilderTest.cpp 111 IntegerType *Ty1 = Builder.getInt1Ty();
ConstantsTest.cpp 170 Type *Int1Ty = Type::getInt1Ty(getGlobalContext());
  /external/llvm/lib/Target/R600/
SIAnnotateControlFlow.cpp 117 Boolean = Type::getInt1Ty(Context);
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 250 case 0: t = Type::getInt1Ty(Context); break;
567 Type *CondTy = Type::getInt1Ty(Context);
661 if (it->getType() == IntegerType::getInt1Ty(F->getContext()))
  /external/llvm/unittests/Analysis/
ScalarEvolutionTest.cpp 46 Type *Ty = Type::getInt1Ty(Context);
  /external/clang/lib/CodeGen/
CGCleanup.cpp 255 = CreateTempAlloca(Builder.getInt1Ty(), "cleanup.cond");
    [all...]
CodeGenTypes.cpp 333 ResultType = llvm::Type::getInt1Ty(getLLVMContext());
CGExprScalar.cpp 143 if (ZI->getOperand(0)->getType() == Builder.getInt1Ty()) {
380 return llvm::ConstantInt::get(Builder.getInt1Ty(), E->getValue());
    [all...]
  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 304 case 2: RetTy = Type::getInt1Ty(header->getContext()); break;
547 brVal = ConstantInt::get(Type::getInt1Ty(Context), !SuccNum);
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 315 arg_types.push_back(Type::getInt1Ty(Context));
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 692 Val->getType() != Type::getInt1Ty(LIC->getContext()))
    [all...]
  /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...]
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 796 Type::getInt1Ty(Val->getContext()), isTrueDest));
    [all...]

Completed in 238 milliseconds

1 2