HomeSort by: relevance | last modified time | path
    Searched refs:stripPointerCastsSameRepresentation (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Value.h 664 const Value *stripPointerCastsSameRepresentation() const;
665 Value *stripPointerCastsSameRepresentation() {
667 ->stripPointerCastsSameRepresentation());
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
CaptureTracking.cpp 346 auto *O = I->getOperand(Idx)->stripPointerCastsSameRepresentation();
LazyValueInfo.cpp 1728 isKnownNonZero(V->stripPointerCastsSameRepresentation(), DL)) {
ValueTracking.cpp 5094 // Note that stripPointerCastsSameRepresentation can strip off getelementptr
5101 auto *StrippedV = V->stripPointerCastsSameRepresentation();
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
ConstraintElimination.cpp 169 auto ADec = decompose(Op0->stripPointerCastsSameRepresentation());
170 auto BDec = decompose(Op1->stripPointerCastsSameRepresentation());
AlignmentFromAssumptions.cpp 218 AAPtr = AAPtr->stripPointerCastsSameRepresentation();
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Value.cpp 657 const Value *Value::stripPointerCastsSameRepresentation() const {

Completed in 42 milliseconds