Searched defs:signExtend (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/Target/WebAssembly/ | ||
H A D | WebAssemblyFastISel.cpp | 538 unsigned WebAssemblyFastISel::signExtend(unsigned Reg, const Value *V, signExtend() function in WebAssemblyFastISel |
/llvm-project/llvm/lib/IR/ | ||
H A D | ConstantRange.cpp | 845 ConstantRange ConstantRange::signExtend(uint32_t DstTySize) const { signExtend() function in ConstantRange |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | LegalizeDAG.cpp | 2095 bool signExtend = TLI.shouldSignExtendTypeInLibCall(RetVT, isSigned); ExpandLibCall() local |
H A D | TargetLowering.cpp | 180 bool signExtend = shouldSignExtendTypeInLibCall(RetVT, CallOptions.IsSExt); makeLibCall() local |