Searched defs:zeroExtend (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/ | ||
H A D | WebAssemblyFastISel.cpp | 512 unsigned WebAssemblyFastISel::zeroExtend(unsigned Reg, const Value *V, zeroExtend() function in WebAssemblyFastISel |
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ | ||
H A D | ConstantRange.cpp | 772 ConstantRange ConstantRange::zeroExtend(uint32_t DstTySize) const { zeroExtend() function in ConstantRange |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | TargetLowering.cpp | 180 bool zeroExtend = !signExtend; makeLibCall() local |