Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp210 seen(I, validateRange(Input.castOp(CastOp, MaxIntegerBW+1))); in walkBackwards()
285 return Ops[0].castOp(CastOp, MaxIntegerBW+1); in walkForwards()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DConstantRange.h314 ConstantRange castOp(Instruction::CastOps CastOp,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DSCCPSolver.cpp827 OpRange.castOp(I.getOpcode(), DL.getTypeSizeInBits(DestTy)); in visitCastInst()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DLazyValueInfo.cpp926 return ValueLatticeElement::getRange(LHSRange.castOp(CI->getOpcode(), in solveBlockValueCast()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DConstantRange.cpp647 ConstantRange ConstantRange::castOp(Instruction::CastOps CastOp, in castOp() function in ConstantRange
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DAttributorAttributes.cpp8332 OpAA.getAssumed().castOp(CastI->getOpcode(), getState().getBitWidth())); in calculateCastInst()