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

1 2 3 4

  /external/llvm/lib/Transforms/Scalar/
SimplifyLibCalls.cpp 257 if (FTy->getNumParams() != 1 || !FTy->getParamType(0)->isPointerTy())
265 !FTy->getParamType(0)->isPointerTy() ||
284 !FTy->getParamType(1)->isPointerTy())
290 !FTy->getParamType(0)->isPointerTy() ||
291 !FTy->getParamType(1)->isPointerTy())
304 !FTy->getParamType(0)->isPointerTy() ||
305 !FTy->getParamType(1)->isPointerTy())
313 if (FTy->getNumParams() != 2 || !FTy->getParamType(1)->isPointerTy())
320 if (FTy->getNumParams() < 2 || !FTy->getParamType(1)->isPointerTy())
327 if (FTy->getNumParams() < 1 || !FTy->getParamType(0)->isPointerTy())
    [all...]
GVN.cpp 771 if (StoredValTy->getScalarType()->isPointerTy() &&
772 LoadedTy->getScalarType()->isPointerTy())
776 if (StoredValTy->getScalarType()->isPointerTy()) {
782 if (TypeToCastTo->getScalarType()->isPointerTy())
789 if (LoadedTy->getScalarType()->isPointerTy())
801 if (StoredValTy->getScalarType()->isPointerTy()) {
827 if (LoadedTy->getScalarType()->isPointerTy())
    [all...]
IndVarSimplify.cpp 170 if (!FromPtr->getType()->isPointerTy() || !ToPtr->getType()->isPointerTy())
504 if (!PN->getType()->isIntegerTy() && !PN->getType()->isPointerTy())
    [all...]
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 205 FTy->getParamType(1)->isPointerTy() &&
206 FTy->getParamType(2)->isPointerTy()) {
220 FTy->getParamType(1)->isPointerTy()) {
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 164 !FT->getParamType(0)->isPointerTy() ||
165 !FT->getParamType(1)->isPointerTy() ||
187 !FT->getParamType(0)->isPointerTy() ||
188 !FT->getParamType(1)->isPointerTy() ||
210 !FT->getParamType(0)->isPointerTy() ||
795 !FT->getParamType(0)->isPointerTy() ||
796 !FT->getParamType(1)->isPointerTy())
875 !FT->getParamType(0)->isPointerTy() ||
876 !FT->getParamType(1)->isPointerTy() ||
877 !FT->getReturnType()->isPointerTy())
    [all...]
BuildLibCalls.cpp 376 if (File->getType()->isPointerTy())
411 if (File->getType()->isPointerTy())
445 if (File->getType()->isPointerTy())
484 !FT->getParamType(0)->isPointerTy() ||
485 !FT->getParamType(1)->isPointerTy() ||
507 !FT->getParamType(0)->isPointerTy() ||
508 !FT->getParamType(1)->isPointerTy() ||
525 !FT->getParamType(0)->isPointerTy() ||
PromoteMemoryToRegister.cpp 605 if (AST && PN->getType()->isPointerTy())
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 297 if (DestPTy->isIntegerTy() || DestPTy->isPointerTy() ||
314 (SrcPTy->isIntegerTy() || SrcPTy->isPointerTy() ||
318 (SrcPTy->isPointerTy() == LI.getType()->isPointerTy()) &&
459 if (!DestPTy->isIntegerTy() && !DestPTy->isPointerTy())
493 if (!SrcPTy->isIntegerTy() && !SrcPTy->isPointerTy())
513 if (CastDstTy->isPointerTy()) {
517 if (SIOp0->getType()->isPointerTy())
608 (isa<BitCastInst>(BBI) && BBI->getType()->isPointerTy())) {
675 (isa<BitCastInst>(BBI) && BBI->getType()->isPointerTy()));
    [all...]
  /external/llvm/lib/IR/
Function.cpp 82 if (!getType()->isPointerTy()) return false;
88 assert(getType()->isPointerTy() && "Only pointers have alignments");
96 if (!getType()->isPointerTy()) return false;
104 if (!getType()->isPointerTy()) return false;
112 if (!getType()->isPointerTy()) return false;
120 if (!getType()->isPointerTy()) return false;
Instructions.cpp 485 assert(Source->getType()->isPointerTy() &&
    [all...]
Verifier.cpp     [all...]
  /external/llvm/lib/Analysis/
AliasAnalysisEvaluator.cpp 127 return V->getType()->isPointerTy()
138 if (I->getType()->isPointerTy()) // Add all pointer arguments.
142 if (I->getType()->isPointerTy()) // Add all pointer instructions.
AliasAnalysis.cpp 98 if (!Arg->getType()->isPointerTy())
156 if (!Arg->getType()->isPointerTy())
176 if (!Arg->getType()->isPointerTy())
458 if (!(*CI)->getType()->isPointerTy() ||
CaptureTracking.cpp 83 assert(V->getType()->isPointerTy() && "Capture is for pointers only!");
ScalarEvolutionAliasAnalysis.cpp 98 if (Last->getType()->isPointerTy())
BranchProbabilityInfo.cpp 210 if (!LHS->getType()->isPointerTy())
213 assert(CI->getOperand(1)->getType()->isPointerTy());
ScalarEvolution.cpp 342 assert((Op->getType()->isIntegerTy() || Op->getType()->isPointerTy()) &&
343 (Ty->isIntegerTy() || Ty->isPointerTy()) &&
350 assert((Op->getType()->isIntegerTy() || Op->getType()->isPointerTy()) &&
351 (Ty->isIntegerTy() || Ty->isPointerTy()) &&
358 assert((Op->getType()->isIntegerTy() || Op->getType()->isPointerTy()) &&
359 (Ty->isIntegerTy() || Ty->isPointerTy()) &&
496 bool LIsPointer = LV->getType()->isPointerTy(),
497 RIsPointer = RV->getType()->isPointerTy();
    [all...]
ScalarEvolutionExpander.cpp 686 if (LHS.second->getType()->isPointerTy() !=
687 RHS.second->getType()->isPointerTy())
688 return LHS.second->getType()->isPointerTy();
    [all...]
TargetTransformInfo.cpp 246 if (Ty == OpTy || (Ty->isPointerTy() && OpTy->isPointerTy()))
  /external/llvm/include/llvm/IR/
Type.h 216 /// isPointerTy - True if this is an instance of PointerType.
218 bool isPointerTy() const { return getTypeID() == PointerTyID; }
223 bool isPtrOrPtrVectorTy() const { return getScalarType()->isPointerTy(); }
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 143 if (Arg->getType()->isPointerTy()) {
382 if (A->getType()->isPointerTy() && !A->hasNoCaptureAttr()) {
392 if (A->getType()->isPointerTy() && !A->hasNoCaptureAttr()) {
580 if (!F->getReturnType()->isPointerTy())
590 if (F->doesNotAlias(0) || !F->getReturnType()->isPointerTy())
  /external/llvm/include/llvm/Analysis/
PtrUseVisitor.h 207 assert(I.getType()->isPointerTy());
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 410 FTy->getParamType(1)->isPointerTy() &&
411 FTy->getParamType(2)->isPointerTy()) {
425 FTy->getParamType(1)->isPointerTy()) {
442 if (FTy->getParamType(0)->isPointerTy()) {
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 199 if (V->getType()->isPointerTy())
324 if (Val0->getType()->isPointerTy() ||
325 Val1->getType()->isPointerTy())
491 if (VTy->isPointerTy()) {
492 if (!DestTy->isPointerTy())
590 if (Val0->getType()->isPointerTy()) return;
  /external/llvm/lib/CodeGen/
Analysis.cpp 228 if (Op->getType()->isPointerTy() && I->getType()->isPointerTy())

Completed in 216 milliseconds

1 2 3 4