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

12 3

  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 219 if (I.getType()->isIntegerTy(1))
535 if (I.getType()->isIntegerTy()) {
678 if (I.getType()->isIntegerTy()) {
InstCombinePHI.cpp 412 if (PN.getType()->isIntegerTy() && CastSrcTy->isIntegerTy()) {
    [all...]
InstructionCombining.cpp 94 assert(From->isIntegerTy() && To->isIntegerTy());
499 if (C->getType()->getElementType()->isIntegerTy())
568 if (SI->getType()->isIntegerTy(1)) return 0;
    [all...]
InstCombineSelect.cpp 659 if (SI.getType()->isIntegerTy(1)) {
    [all...]
InstCombineCasts.cpp 305 if (!Src->getType()->isIntegerTy() ||
306 !CI.getType()->isIntegerTy() ||
    [all...]
InstCombineAndOrXor.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 246 assert(AT->getElementType()->isIntegerTy(CharWidth) &&
258 Elements.back()->getType()->isIntegerTy(CharWidth) &&
    [all...]
TargetInfo.cpp 398 cast<llvm::VectorType>(IRType)->getElementType()->isIntegerTy() &&
    [all...]
CGStmt.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 359 (In->isIntegerTy() && In->getPrimitiveSizeInBits() >= 8 &&
772 if (ToType->isIntegerTy()) {
    [all...]
Reassociate.cpp 191 if (!I->getType()->isIntegerTy() ||
    [all...]
GVN.cpp 795 if (!StoredValTy->isIntegerTy()) {
    [all...]
ObjCARC.cpp 226 if (ETy->isIntegerTy(8))
245 if (Pte->getElementType()->isIntegerTy(8))
258 if (Pte->getElementType()->isIntegerTy(8))
262 if (ETy1->isIntegerTy(8))
270 if (Pte1->getElementType()->isIntegerTy(8))
    [all...]
  /external/llvm/lib/VMCore/
Verifier.cpp 437 STy->getTypeAtIndex(0u)->isIntegerTy(32) &&
780 Assert2(BI.getCondition()->getType()->isIntegerTy(1),
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp 444 if ((SrcTy->isIntegerTy() || SrcTy->isPointerTy()) &&
    [all...]
InstructionSimplify.cpp 65 assert(Ty->getScalarType()->isIntegerTy(1) &&
73 assert(Ty->getScalarType()->isIntegerTy(1) &&
627 if (MaxRecurse && Op0->getType()->isIntegerTy(1))
    [all...]
BasicAliasAnalysis.cpp 181 assert(V->getType()->isIntegerTy() && "Not an integer value");
    [all...]
LazyValueInfo.cpp 532 !BBI->getType()->isIntegerTy()) {
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 28 return V.first->getType()->isIntegerTy();
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.cpp 30 return V.first->getType()->isIntegerTy();
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.cpp 30 return V.first->getType()->isIntegerTy();
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 3292 milliseconds

12 3