Home
last modified time | relevance | path

Searched defs:SExt (Results 1 – 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/IR/
DAttributes.h97 SExt, ///< Sign extended before/after call enumerator
/freebsd-10-stable/contrib/llvm/include/llvm/Target/
DTargetCallingConv.h29 static const uint64_t SExt = 1ULL<<1; ///< Sign extended member
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
DCallingConvLower.h35 SExt, // The value is sign extended in the location. enumerator
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/
DLocal.cpp988 if (SExtInst *SExt = dyn_cast<SExtInst>(SI->getOperand(0))) in ConvertDebugDeclareToDebugValue() local
/freebsd-10-stable/contrib/llvm/lib/Analysis/
DScalarEvolution.cpp158 const SCEVSignExtendExpr *SExt = cast<SCEVSignExtendExpr>(this); in print() local
1338 const SCEV *SExt = getSignExtendExpr(Op, Ty); in getAnyExtendExpr() local
3369 if (const SCEVSignExtendExpr *SExt = dyn_cast<SCEVSignExtendExpr>(S)) { in getUnsignedRange() local
3510 if (const SCEVSignExtendExpr *SExt = dyn_cast<SCEVSignExtendExpr>(S)) { in getSignedRange() local
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp1106 if (SExtInst *SExt = dyn_cast<SExtInst>(SI->getOperand(0))) in updateDebugInfo() local
DSROA.cpp809 else if (SExtInst *SExt = dyn_cast<SExtInst>(SI->getOperand(0))) in updateDebugInfo() local
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp683 SDValue SExt = DAG.getNode(ISD::SIGN_EXTEND_INREG, DL, Mul.getValueType(), in PromoteIntRes_XMULO() local