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

1 2

  /external/llvm/lib/IR/
ValueTypes.cpp 205 case MVT::i1: return Type::getInt1Ty(Context);
218 case MVT::v2i1: return VectorType::get(Type::getInt1Ty(Context), 2);
219 case MVT::v4i1: return VectorType::get(Type::getInt1Ty(Context), 4);
220 case MVT::v8i1: return VectorType::get(Type::getInt1Ty(Context), 8);
221 case MVT::v16i1: return VectorType::get(Type::getInt1Ty(Context), 16);
222 case MVT::v32i1: return VectorType::get(Type::getInt1Ty(Context), 32);
223 case MVT::v64i1: return VectorType::get(Type::getInt1Ty(Context), 64);
224 case MVT::v512i1: return VectorType::get(Type::getInt1Ty(Context), 512);
225 case MVT::v1024i1: return VectorType::get(Type::getInt1Ty(Context), 1024);
Type.cpp 230 IntegerType *Type::getInt1Ty(LLVMContext &C) { return &C.pImpl->Int1Ty; }
274 return getInt1Ty(C)->getPointerTo(AS);
304 case 1: return cast<IntegerType>(Type::getInt1Ty(C));
IRBuilder.cpp 195 assert(Cond->getType() == getInt1Ty() &&
Constants.cpp 532 pImpl->TheTrueVal = ConstantInt::get(Type::getInt1Ty(Context), 1);
539 pImpl->TheFalseVal = ConstantInt::get(Type::getInt1Ty(Context), 0);
    [all...]
AutoUpgrade.cpp 81 Type::getInt1Ty(F->getContext())
    [all...]
Instructions.cpp 71 if (VT->getElementType() != Type::getInt1Ty(Op0->getContext()))
79 } else if (Op0->getType() != Type::getInt1Ty(Op0->getContext())) {
    [all...]
  /external/clang/lib/CodeGen/
SanitizerMetadata.cpp 48 llvm::ConstantInt::get(llvm::Type::getInt1Ty(VMContext), IsDynInit)),
50 llvm::Type::getInt1Ty(VMContext), IsBlacklisted))};
CGBuilder.h 157 assert(Addr->getType()->getPointerElementType() == getInt1Ty());
158 return CreateAlignedLoad(getInt1Ty(), Addr, CharUnits::One(), Name);
163 assert(Addr->getType()->getPointerElementType() == getInt1Ty());
CGLoopInfo.cpp 63 Type::getInt1Ty(Ctx), (Attrs.VectorizeEnable ==
CodeGenTypes.cpp 408 ResultType = llvm::Type::getInt1Ty(getLLVMContext());
CGCleanup.cpp 270 Address active = CreateTempAlloca(Builder.getInt1Ty(), CharUnits::One(),
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCBoolRetToInt.cpp 233 Type *Int1Ty = Type::getInt1Ty(U->getContext());
  /external/llvm/include/llvm/IR/
Type.h 386 static IntegerType *getInt1Ty(LLVMContext &C);
InstrTypes.h     [all...]
IRBuilder.h 244 return ConstantInt::get(getInt1Ty(), V);
293 IntegerType *getInt1Ty() {
294 return Type::getInt1Ty(Context);
    [all...]
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 273 Type::getInt1Ty(Context),
577 Type *CondTy = Type::getInt1Ty(Context);
662 if (Instr.getType() == IntegerType::getInt1Ty(F->getContext()))
  /external/llvm/lib/Target/AMDGPU/
SIAnnotateControlFlow.cpp 122 Boolean = Type::getInt1Ty(Context);
  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 306 case 2: RetTy = Type::getInt1Ty(header->getContext()); break;
546 brVal = ConstantInt::get(Type::getInt1Ty(Context), !SuccNum);
  /external/llvm/lib/CodeGen/
AtomicExpandPass.cpp 554 PHINode *Success = Builder.CreatePHI(Type::getInt1Ty(Ctx), 2);
  /external/llvm/unittests/Analysis/
ScalarEvolutionTest.cpp 57 Type *Ty = Type::getInt1Ty(Context);
  /external/llvm/unittests/IR/
IRBuilderTest.cpp 121 IntegerType *Ty1 = Builder.getInt1Ty();
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 736 Val->getType() != Type::getInt1Ty(LIC->getContext()))
    [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 1965 milliseconds

1 2