Home
last modified time | relevance | path

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

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