Home
last modified time | relevance | path

Searched defs:signExtend (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp544 unsigned WebAssemblyFastISel::signExtend(unsigned Reg, const Value *V, in signExtend() function in WebAssemblyFastISel
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp856 ConstantRange ConstantRange::signExtend(uint32_t DstTySize) const { in signExtend() function in ConstantRange
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2159 bool signExtend = TLI.shouldSignExtendTypeInLibCall(RetTy, IsSigned); in ExpandLibCall() local
H A DTargetLowering.cpp193 bool signExtend = shouldSignExtendTypeInLibCall(RetTy, CallOptions.IsSigned); in makeLibCall() local