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

12 3 4

  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 685 if (LHS.second->getType()->isPointerTy() !=
686 RHS.second->getType()->isPointerTy())
687 return LHS.second->getType()->isPointerTy();
    [all...]
Lint.cpp 237 if (Formal->hasNoAliasAttr() && Actual->getType()->isPointerTy())
239 if (AI != BI && (*BI)->getType()->isPointerTy()) {
247 if (Formal->hasStructRetAttr() && Actual->getType()->isPointerTy()) {
ValueTracking.cpp 235 V->getType()->getScalarType()->isPointerTy()) &&
456 if ((SrcTy->isIntegerTy() || SrcTy->isPointerTy()) &&
    [all...]
BasicAliasAnalysis.cpp 722 if (!(*CI)->getType()->isPointerTy() ||
    [all...]
MemoryDependenceAnalysis.cpp 769 assert(Loc.Ptr->getType()->isPointerTy() &&
    [all...]
ConstantFolding.cpp 634 assert(Ptr->getType()->isPointerTy() && "Not a pointer type");
655 !Ptr->getType()->isPointerTy())
730 assert(Ty->isPointerTy() && "Forming regular GEP of non-pointer type");
734 if (ATy->isPointerTy()) {
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 206 return T1 == T2 || (T1->isPointerTy() && T2->isPointerTy()) ||
  /external/llvm/lib/IR/
DataLayout.cpp 514 if (Ty->isPointerTy())
635 assert(Ty->isPointerTy() && "Illegal argument for getIndexedOffset()");
Value.cpp 342 if (!V->getType()->isPointerTy())
377 assert(V->getType()->isPointerTy() && "Unexpected operand type!");
Type.cpp 93 if (this->isPointerTy())
94 return Ty->isPointerTy();
727 ElemTy->isPointerTy();
  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 270 if (!L->getType()->isPointerTy() || !R->getType()->isPointerTy()) {
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/llvm/
invocation.cpp 224 if (arg_type->isPointerTy()) {
  /external/mesa3d/src/gallium/state_trackers/clover/llvm/
invocation.cpp 224 if (arg_type->isPointerTy()) {
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 79 if (Ty->isPointerTy())
752 if (CI->getType()->isIntegerTy() && RetTy->isPointerTy())
754 else if (CI->getType()->isPointerTy() && RetTy->isIntegerTy())
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp     [all...]
SROA.cpp     [all...]
LICM.cpp 589 if (I.getType()->isPointerTy())
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp 654 if (!Aliasee->getType()->isPointerTy())
    [all...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 861 if (!TD || !V->getType()->isPointerTy())
885 assert(V->getType()->isPointerTy() && "Unexpected operand type!");
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
DebugIR.cpp 400 } else if (T->isPointerTy()) {
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 494 if (!ExitCount->getType()->isPointerTy() &&

Completed in 793 milliseconds

12 3 4