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

1 23 4 5

  /external/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp 313 const Value *P1 = Earlier.Ptr->stripPointerCasts();
314 const Value *P2 = Later.Ptr->stripPointerCasts();
    [all...]
RewriteStatepointsForGC.cpp 407 Value *Def = CI->stripPointerCasts();
    [all...]
JumpThreading.cpp 363 return dyn_cast<BlockAddress>(Val->stripPointerCasts());
748 Condition = IB->getAddress()->stripPointerCasts();
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
BasicAliasAnalysis.cpp     [all...]
ConstantFolding.cpp 617 Ptr = cast<Constant>(Ptr->stripPointerCasts());
636 Ptr = cast<Constant>(Ptr->stripPointerCasts());
    [all...]
Lint.cpp 570 V = OffsetOk ? GetUnderlyingObject(V, TD) : V->stripPointerCasts();
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
Local.cpp 187 dyn_cast<BlockAddress>(IBI->getAddress()->stripPointerCasts())) {
725 V = V->stripPointerCasts();
    [all...]
  /external/clang/lib/CodeGen/
CGException.cpp 241 llvm::Value *Val = LPI->getClause(I)->stripPointerCasts();
255 cast<llvm::GlobalVariable>((*II)->stripPointerCasts()))
    [all...]
CGDeclCXX.cpp 218 dyn_cast<llvm::Function>(dtor->stripPointerCasts()))
CGBlocks.cpp     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 120 V = V->stripPointerCasts();
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 235 Value *V = NC->stripPointerCasts();
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineModuleInfo.cpp 332 dyn_cast<Function>(InitList->getOperand(i)->stripPointerCasts()))
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
JumpThreading.cpp 298 return dyn_cast<BlockAddress>(Val->stripPointerCasts());
668 Condition = IB->getAddress()->stripPointerCasts();
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 123 Value *StrippedDest = MI->getArgOperand(0)->stripPointerCasts();
    [all...]
InstructionCombining.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Verifier.cpp     [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
Value.cpp 482 Value *Value::stripPointerCasts() {
  /external/llvm/lib/Transforms/Utils/
Local.cpp 249 dyn_cast<BlockAddress>(IBI->getAddress()->stripPointerCasts())) {
    [all...]
  /external/llvm/lib/Analysis/
Lint.cpp 636 V = OffsetOk ? GetUnderlyingObject(V, *DL) : V->stripPointerCasts();
  /external/llvm/tools/bugpoint/
CrashDebugger.cpp 222 Constant *Op = cast<Constant>(V->stripPointerCasts());
    [all...]

Completed in 1064 milliseconds

1 23 4 5