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

1 23

  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp 73 assert(V->getType()->isIntegerTy() && "Unexpected operand type!");
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 345 if (Ty->isPrimitiveType() || Ty->isIntegerTy()) {
508 if (Ty->isPrimitiveType() || Ty->isIntegerTy())
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp     [all...]
IndVarSimplify.cpp 504 if (!PN->getType()->isIntegerTy() && !PN->getType()->isPointerTy())
    [all...]
JumpThreading.cpp 505 if (isa<Constant>(Cmp->getOperand(1)) && Cmp->getType()->isIntegerTy()) {
    [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
CGExprScalar.cpp 651 assert(ResTy->isIntegerTy(16) && "Only half FP requires extra conversion");
    [all...]
CGCall.cpp     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 623 cast<PointerType>(ResultTy)->getElementType()->isIntegerTy(8)) {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 134 if (!LenC || !FillC || !FillC->getType()->isIntegerTy(8))
    [all...]
InstCombineCompares.cpp     [all...]
  /external/mesa3d/src/glsl/
ir_to_llvm.cpp 432 else if(type->isIntegerTy())
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.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/VMCore/
AsmWriter.cpp 702 if (CI->getType()->isIntegerTy(1)) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 3128 milliseconds

1 23