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

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ConstantRange.h 140 /// #define MGNR makeGuaranteedNoWrapRegion
147 static ConstantRange makeGuaranteedNoWrapRegion(Instruction::BinaryOps BinOp,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 394 ConstantRange NWRegion = ConstantRange::makeGuaranteedNoWrapRegion(
951 ConstantRange NUWRange = ConstantRange::makeGuaranteedNoWrapRegion(
957 ConstantRange NSWRange = ConstantRange::makeGuaranteedNoWrapRegion(
  /src/external/apache2/llvm/dist/llvm/lib/IR/
ConstantRange.cpp 231 ConstantRange::makeGuaranteedNoWrapRegion(Instruction::BinaryOps BinOp,
305 // makeGuaranteedNoWrapRegion() is exact for single-element ranges, as
307 return makeGuaranteedNoWrapRegion(BinOp, ConstantRange(Other), NoWrapKind);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ScalarEvolution.cpp 2290 auto NSWRegion = ConstantRange::makeGuaranteedNoWrapRegion(
2298 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion(
4439 auto NSWRegion = ConstantRange::makeGuaranteedNoWrapRegion(
4449 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion(

Completed in 68 milliseconds