Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DValueTracking.cpp6463 Constant *CastedTo = nullptr; in lookThroughCast() local
6467 CastedTo = ConstantExpr::getTrunc(C, SrcTy); in lookThroughCast()
6471 CastedTo = ConstantExpr::getTrunc(C, SrcTy, true); in lookThroughCast()
6498 CastedTo = CmpConst; in lookThroughCast()
6500 CastedTo = ConstantExpr::getIntegerCast(C, SrcTy, CmpI->isSigned()); in lookThroughCast()
6504 CastedTo = ConstantExpr::getFPExtend(C, SrcTy, true); in lookThroughCast()
6507 CastedTo = ConstantExpr::getFPTrunc(C, SrcTy, true); in lookThroughCast()
6510 CastedTo = ConstantExpr::getUIToFP(C, SrcTy, true); in lookThroughCast()
6513 CastedTo = ConstantExpr::getSIToFP(C, SrcTy, true); in lookThroughCast()
6516 CastedTo = ConstantExpr::getFPToUI(C, SrcTy, true); in lookThroughCast()
[all …]