Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyFastISel.cpp512 unsigned WebAssemblyFastISel::zeroExtend(unsigned Reg, const Value *V, in zeroExtend() function in WebAssemblyFastISel
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDConstantRange.cpp669 ConstantRange ConstantRange::zeroExtend(uint32_t DstTySize) const { in zeroExtend() function in ConstantRange
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDTargetLowering.cpp161 bool zeroExtend = !signExtend; in makeLibCall() local