Searched refs:isNoopPtrIntCastPair (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp272 static bool isNoopPtrIntCastPair(const Operator *I2P, const DataLayout &DL, function
327 return isNoopPtrIntCastPair(Op, DL, TTI);
359 assert(isNoopPtrIntCastPair(&Op, DL, TTI));
524 if (isNoopPtrIntCastPair(cast<Operator>(I2P), *DL, TTI))
686 assert(isNoopPtrIntCastPair(cast<Operator>(I), *DL, TTI));
729 assert(isNoopPtrIntCastPair(cast<Operator>(CE), *DL, TTI));

Completed in 129 milliseconds