Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DTruncInstCombine.cpp94 Worklist.push_back(CurrentTruncInst->getOperand(0)); in buildTruncExpressionGraph()
179 Value *Src = CurrentTruncInst->getOperand(0); in getMinBitWidth()
180 Type *DstTy = CurrentTruncInst->getType(); in getMinBitWidth()
183 CurrentTruncInst->getOperand(0)->getType()->getScalarSizeInBits(); in getMinBitWidth()
282 if (UI != CurrentTruncInst && !InstInfoMap.count(UI)) { in getBestTruncatedType()
297 CurrentTruncInst->getOperand(0)->getType()->getScalarSizeInBits(); in getBestTruncatedType()
353 return IntegerType::get(CurrentTruncInst->getContext(), MinBitWidth); in getBestTruncatedType()
489 Value *Res = getReducedOperand(CurrentTruncInst->getOperand(0), SclTy); in ReduceExpressionGraph()
490 Type *DstTy = CurrentTruncInst->getType(); in ReduceExpressionGraph()
492 IRBuilder<> Builder(CurrentTruncInst); in ReduceExpressionGraph()
[all...]
H A DAggressiveInstCombineInternal.h64 TruncInst *CurrentTruncInst = nullptr; variable
113 /*CtxI=*/cast<Instruction>(CurrentTruncInst), in computeKnownBits()
119 V, DL, /*Depth=*/0, &AC, /*CtxI=*/cast<Instruction>(CurrentTruncInst), in ComputeNumSignBits()