Home
last modified time | relevance | path

Searched defs:zeroExtend (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp511 unsigned WebAssemblyFastISel::zeroExtend(unsigned Reg, const Value *V, in zeroExtend() function in WebAssemblyFastISel
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantRange.cpp690 ConstantRange ConstantRange::zeroExtend(uint32_t DstTySize) const { in zeroExtend() function in ConstantRange
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp183 bool zeroExtend = !signExtend; in makeLibCall() local