Home
last modified time | relevance | path

Searched refs:castOp (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp176 seen(I, validateRange(Input.castOp(CastOp, MaxIntegerBW+1))); in walkBackwards()
285 return OpRanges[0].castOp(CastOp, MaxIntegerBW+1); in calcRange()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h350 ConstantRange castOp(Instruction::CastOps CastOp,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp1264 OpRange.castOp(I.getOpcode(), DL.getTypeSizeInBits(DestTy)); in visitCastInst()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp969 return ValueLatticeElement::getRange(LHSRange.castOp(CI->getOpcode(), in solveBlockValueCast()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp721 ConstantRange ConstantRange::castOp(Instruction::CastOps CastOp, in castOp() function in ConstantRange
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp9339 T.unionAssumed(OpAA->getAssumed().castOp(CastI->getOpcode(), in calculateCastInst()