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.h358 ConstantRange castOp(Instruction::CastOps CastOp,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp970 return ValueLatticeElement::getRange(LHSRange.castOp(CI->getOpcode(), in solveBlockValueCast()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp1302 OpRange.castOp(I.getOpcode(), DestTy->getScalarSizeInBits()); in visitCastInst()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp777 ConstantRange ConstantRange::castOp(Instruction::CastOps CastOp, in castOp() function in ConstantRange
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp9354 T.unionAssumed(OpAA->getAssumed().castOp(CastI->getOpcode(), in calculateCastInst()