Searched refs:getSigned (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/DebugInfo/
H A DDWARFFormValue.h65 int64_t getSigned() const { return Value.sval; } function in class:llvm::DWARFFormValue
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DDataExtractor.h111 int64_t getSigned(uint32_t *offset_ptr, uint32_t size) const;
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DDataExtractor.cpp107 DataExtractor::getSigned(uint32_t *offset_ptr, uint32_t byte_size) const { function in class:DataExtractor
118 llvm_unreachable("getSigned unhandled case!");
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp166 Value *ZeroV = ConstantInt::getSigned(Dividend->getType(), 0);
H A DIntegerDivision.cpp137 ConstantInt *NegOne = ConstantInt::getSigned(I32Ty, -1);
/freebsd-10.0-release/contrib/llvm/lib/DebugInfo/
H A DDWARFDebugInfoEntry.cpp257 return form_value.getSigned();
H A DDWARFFormValue.cpp371 case DW_FORM_sdata: OS << getSigned(); break;
/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DConstants.h86 static ConstantInt *getSigned(IntegerType *Ty, int64_t V);
87 static Constant *getSigned(Type *Ty, int64_t V);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDeclCXX.cpp127 llvm::Value *Args[2] = { llvm::ConstantInt::getSigned(CGF.Int64Ty, Width),
/freebsd-10.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp738 Constant *RHS = ConstantInt::getSigned(Op0->getType(), isCtPop ? -1:0);
H A DInstCombineAndOrXor.cpp2060 return SelectInst::Create(A, ConstantInt::getSigned(I.getType(), -1), Op1);
2062 return SelectInst::Create(A, ConstantInt::getSigned(I.getType(), -1), Op0);
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp4378 Ops.push_back(SE.getUnknown(ConstantInt::getSigned(IntTy, Offset)));
4386 Ops.push_back(SE.getUnknown(ConstantInt::getSigned(IntTy,
4420 Constant *C = ConstantInt::getSigned(SE.getEffectiveSCEVType(OpTy),
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DConstants.cpp507 ConstantInt *ConstantInt::getSigned(IntegerType *Ty, int64_t V) { function in class:ConstantInt
511 Constant *ConstantInt::getSigned(Type *Ty, int64_t V) { function in class:ConstantInt

Completed in 282 milliseconds