Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp166 unsigned zeroExtend(unsigned Reg, const Value *V, MVT::SimpleValueType From,
512 unsigned WebAssemblyFastISel::zeroExtend(unsigned Reg, const Value *V, in zeroExtend() function in WebAssemblyFastISel
562 return zeroExtend(VReg, V, From, To); in getRegForUnsignedValue()
1001 unsigned Reg = zeroExtend(In, Op, From, To); in selectZExt()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DConstantRange.h357 ConstantRange zeroExtend(uint32_t BitWidth) const;
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstantRange.cpp727 return zeroExtend(ResultBitWidth); in castOp()
768 ConstantRange ConstantRange::zeroExtend(uint32_t DstTySize) const { in zeroExtend() function in ConstantRange
862 return zeroExtend(DstTySize); in zextOrTrunc()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1581 FullCR = FullCR.zeroExtend(OuterBitWidth); in canonicalizeExitCondition()
1656 FullCR = FullCR.zeroExtend(OuterBitWidth); in canonicalizeExitCondition()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp298 if (ZExtBits) N = N.zeroExtend(N.getBitWidth() + ZExtBits); in evaluateWith()
H A DScalarEvolution.cpp1671 if (CR.truncate(TruncBits).zeroExtend(NewBits).contains( in getZeroExtendExprImpl()
6662 ConservativeResult.intersectWith(X.zeroExtend(BitWidth), RangeType)); in getRangeRef()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp179 bool zeroExtend = !signExtend; in makeLibCall() local
183 signExtend = zeroExtend = false; in makeLibCall()
193 .setZExtResult(zeroExtend); in makeLibCall()
H A DSelectionDAG.cpp4504 CR = CR.zeroExtend(VTBits); in ComputeNumSignBits()