Searched refs:zeroExtend (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFastISel.cpp | 166 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 D | ConstantRange.h | 357 ConstantRange zeroExtend(uint32_t BitWidth) const;
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | ConstantRange.cpp | 727 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 D | IndVarSimplify.cpp | 1581 FullCR = FullCR.zeroExtend(OuterBitWidth); in canonicalizeExitCondition() 1656 FullCR = FullCR.zeroExtend(OuterBitWidth); in canonicalizeExitCondition()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | BasicAliasAnalysis.cpp | 298 if (ZExtBits) N = N.zeroExtend(N.getBitWidth() + ZExtBits); in evaluateWith()
|
| H A D | ScalarEvolution.cpp | 1671 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 D | TargetLowering.cpp | 179 bool zeroExtend = !signExtend; in makeLibCall() local 183 signExtend = zeroExtend = false; in makeLibCall() 193 .setZExtResult(zeroExtend); in makeLibCall()
|
| H A D | SelectionDAG.cpp | 4504 CR = CR.zeroExtend(VTBits); in ComputeNumSignBits()
|