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