HomeSort by relevance Sort by last modified time
    Searched refs:IntegerType (Results 51 - 75 of 172) sorted by null

1 23 4 5 6 7

  /external/webrtc/webrtc/system_wrappers/source/
sort.cc 192 template <typename DataType, typename IntegerType>
195 IntegerType c_val = 0;
  /external/llvm/include/llvm/IR/
IRBuilder.h 293 IntegerType *getInt1Ty() {
298 IntegerType *getInt8Ty() {
303 IntegerType *getInt16Ty() {
308 IntegerType *getInt32Ty() {
313 IntegerType *getInt64Ty() {
318 IntegerType *getInt128Ty() { return Type::getInt128Ty(Context); }
321 IntegerType *getIntNTy(unsigned N) {
351 IntegerType *getIntPtrTy(const DataLayout &DL, unsigned AddrSpace = 0) {
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 590 if (isa<llvm::IntegerType>(Src->getType()))
607 if (llvm::IntegerType *IntTy = dyn_cast<llvm::IntegerType>(SrcTy)) {
636 if (isa<llvm::IntegerType>(DstTy)) {
808 assert(isa<llvm::IntegerType>(DstTy) && "not ptr->int?");
    [all...]
CGBuiltin.cpp 62 QualType T, llvm::IntegerType *IntType) {
97 llvm::IntegerType *IntType =
98 llvm::IntegerType::get(CGF.getLLVMContext(),
159 llvm::IntegerType *IntType =
160 llvm::IntegerType::get(CGF.getLLVMContext(),
198 llvm::IntegerType *IntType = llvm::IntegerType::get(
237 llvm::Type *IntTy = llvm::IntegerType::get(C, Width);
254 IntTy = llvm::IntegerType::get(C, Width);
355 getDefaultBuiltinObjectSizeResult(unsigned Type, llvm::IntegerType *ResType)
    [all...]
CGObjCGNU.cpp 114 llvm::IntegerType *Int8Ty;
136 llvm::IntegerType *IntTy;
144 llvm::IntegerType *LongTy;
146 llvm::IntegerType *SizeTy;
148 llvm::IntegerType *IntPtrTy;
150 llvm::IntegerType *PtrDiffTy;
157 llvm::IntegerType *Int32Ty;
159 llvm::IntegerType *Int64Ty;
    [all...]
  /external/llvm/include/llvm/Analysis/
MemoryBuiltins.h 220 IntegerType *IntTy;
  /external/llvm/unittests/IR/
ConstantsTest.cpp 25 IntegerType* Int1 = IntegerType::get(getGlobalContext(), 1);
106 IntegerType* Int8Ty = Type::getInt8Ty(getGlobalContext());
121 IntegerType *Int128Ty = Type::getIntNTy(getGlobalContext(), 128);
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 62 if (IntegerType *IT = dyn_cast<IntegerType>(DestTy)) {
75 VectorType::get(IntegerType::get(C->getContext(), FPWidth), NumSrcElts);
138 VectorType::get(IntegerType::get(C->getContext(), FPWidth), NumDstElt);
151 VectorType::get(IntegerType::get(C->getContext(), FPWidth), NumSrcElt);
219 IntegerType *DstIntTy = Type::getIntNTy(C->getContext(), DstBitSize);
405 IntegerType *IntType = dyn_cast<IntegerType>(LoadTy);
567 (isa<IntegerType>(Ty) || Ty->isFloatingPointTy())) {
    [all...]
ScalarEvolutionExpander.cpp     [all...]
Lint.cpp 489 Assert(CI->getValue().ult(cast<IntegerType>(I.getType())->getBitWidth()),
496 Assert(CI->getValue().ult(cast<IntegerType>(I.getType())->getBitWidth()),
503 Assert(CI->getValue().ult(cast<IntegerType>(I.getType())->getBitWidth()),
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 35 if (IntegerType* ITy = dyn_cast<IntegerType>(Ty)) {
95 IntegerType* IntType = IntegerType::get(MI->getContext(), Size<<3);
176 Type *ITy = IntegerType::get(MI->getContext(), Len*8); // n=1 -> i8.
818 IntegerType *IT = dyn_cast<IntegerType>(II->getArgOperand(0)->getType());
836 IntegerType *IT = dyn_cast<IntegerType>(II->getArgOperand(0)->getType());
    [all...]
InstCombineCasts.cpp 443 if (!TruncOp->hasOneUse() || !isa<IntegerType>(DestType))
567 if (Src->hasOneUse() && isa<IntegerType>(SrcTy) &&
667 if (IntegerType *ITy = dyn_cast<IntegerType>(CI.getType())) {
    [all...]
InstCombineSelect.cpp 425 IntegerType *SelectTy = dyn_cast<IntegerType>(SI.getType());
505 if (IntegerType *Ty = dyn_cast<IntegerType>(CmpLHS->getType())) {
    [all...]
InstCombineCompares.cpp 40 return ConstantInt::get(cast<IntegerType>(C->getType()), 1);
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 661 uint32_t BitWidth = cast<IntegerType>(CE->getType())->getBitWidth();
667 uint32_t BitWidth = cast<IntegerType>(CE->getType())->getBitWidth();
673 uint32_t BitWidth = cast<IntegerType>(CE->getType())->getBitWidth();
722 uint32_t BitWidth = cast<IntegerType>(CE->getType())->getBitWidth();
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/llvm/lib/IR/
Constants.cpp 251 if (IntegerType *ITy = dyn_cast<IntegerType>(Ty))
293 assert(isa<IntegerType>(Elt->getType()) && "Index must be an integer");
524 ConstantInt::ConstantInt(IntegerType *Ty, const APInt& V)
574 IntegerType *ITy = IntegerType::get(Context, V.getBitWidth());
577 assert(Slot->getType() == IntegerType::get(Context, V.getBitWidth()));
582 Constant *C = get(cast<IntegerType>(Ty->getScalarType()), V, isSigned);
591 ConstantInt *ConstantInt::get(IntegerType *Ty, uint64_t V,
596 ConstantInt *ConstantInt::getSigned(IntegerType *Ty, int64_t V)
    [all...]
  /external/clang/include/clang/AST/
Decl.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 262 cast<IntegerType>(Op->getType())->getBitWidth())
270 cast<IntegerType>(I->getType())->getBitWidth())
IntrinsicLowering.cpp 594 IntegerType *Ty = dyn_cast<IntegerType>(CI->getType());
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 193 if (IntegerType *ITy = dyn_cast<IntegerType>(Ty))
  /external/llvm/lib/Transforms/Utils/
IntegerDivision.cpp 158 IntegerType *DivTy = cast<IntegerType>(Dividend->getType());
  /external/llvm/lib/AsmParser/
LLLexer.cpp 448 /// IntegerType i[0-9]+
477 if (NumBits < IntegerType::MIN_INT_BITS ||
478 NumBits > IntegerType::MAX_INT_BITS) {
482 TyVal = IntegerType::get(Context, NumBits);
  /external/proguard/src/proguard/classfile/util/
SimplifiedVisitor.java 682 public void visitIntegerType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, IntegerType integerType)
684 visitAnyVerificationType(clazz, method, codeAttribute, offset, integerType);
736 public void visitStackIntegerType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, IntegerType integerType)
738 visitIntegerType(clazz, method, codeAttribute, offset, integerType);
791 public void visitVariablesIntegerType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, IntegerType integerType)
793 visitIntegerType(clazz, method, codeAttribute, offset, integerType);
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 872 milliseconds

1 23 4 5 6 7