Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp538 unsigned WebAssemblyFastISel::signExtend(unsigned Reg, const Value *V, signExtend() function in WebAssemblyFastISel
/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp845 ConstantRange ConstantRange::signExtend(uint32_t DstTySize) const { signExtend() function in ConstantRange
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2095 bool signExtend = TLI.shouldSignExtendTypeInLibCall(RetVT, isSigned); ExpandLibCall() local
H A DTargetLowering.cpp180 bool signExtend = shouldSignExtendTypeInLibCall(RetVT, CallOptions.IsSExt); makeLibCall() local