HomeSort by relevance Sort by last modified time
    Searched refs:Ptr1 (Results 1 - 8 of 8) sorted by null

  /external/llvm/include/llvm/Transforms/Utils/
BuildLibCalls.h 39 Value *EmitStrNCmp(Value *Ptr1, Value *Ptr2, Value *Len, IRBuilder<> &B,
64 Value *EmitMemCmp(Value *Ptr1, Value *Ptr2, Value *Len, IRBuilder<> &B,
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 77 Value *llvm::EmitStrNCmp(Value *Ptr1, Value *Ptr2, Value *Len,
92 CallInst *CI = B.CreateCall3(StrNCmp, CastToCStr(Ptr1, B),
185 Value *llvm::EmitMemCmp(Value *Ptr1, Value *Ptr2,
200 CallInst *CI = B.CreateCall3(MemCmp, CastToCStr(Ptr1, B), CastToCStr(Ptr2, B),
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 71 /// IsPointerOffset - Return true if Ptr1 is provably equal to Ptr2 plus a
72 /// constant offset, and return that constant offset. For example, Ptr1 might
74 static bool IsPointerOffset(Value *Ptr1, Value *Ptr2, int64_t &Offset,
76 Ptr1 = Ptr1->stripPointerCasts();
78 GetElementPtrInst *GEP1 = dyn_cast<GetElementPtrInst>(Ptr1);
90 if (GEP2 && GEP1 == 0 && GEP2->getOperand(0)->stripPointerCasts() == Ptr1) {
95 // Right now we handle the case when Ptr1/Ptr2 are both GEPs with an identical
    [all...]
  /external/clang/include/clang/Analysis/
CFG.h 68 CFGElement(Kind kind, const void *Ptr1, const void *Ptr2 = 0)
69 : Data1(const_cast<void*>(Ptr1), ((unsigned) kind) & 0x3),
    [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
  /external/clang/lib/AST/
ASTImporter.cpp 827 const ObjCObjectPointerType *Ptr1 = cast<ObjCObjectPointerType>(T1);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 278 bool isAlias(SDValue Ptr1, int64_t Size1,
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 82 milliseconds