Searched refs:zeroExtend (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h301 ConstantRange zeroExtend(uint32_t BitWidth) const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp163 unsigned zeroExtend(unsigned Reg, const Value *V, MVT::SimpleValueType From,
512 unsigned WebAssemblyFastISel::zeroExtend(unsigned Reg, const Value *V, function in class:WebAssemblyFastISel
562 return zeroExtend(VReg, V, From, To);
974 unsigned Reg = zeroExtend(In, Op, From, To);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp636 return zeroExtend(ResultBitWidth);
669 ConstantRange ConstantRange::zeroExtend(uint32_t DstTySize) const { function in class:ConstantRange
763 return zeroExtend(DstTySize);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp161 bool zeroExtend = !signExtend; local
165 signExtend = zeroExtend = false;
175 .setZExtResult(zeroExtend);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp1685 if (CR.truncate(TruncBits).zeroExtend(NewBits).contains(
5649 ConservativeResult.intersectWith(X.zeroExtend(BitWidth),

Completed in 217 milliseconds