Searched refs:getSExt (Results 1 - 9 of 9) sorted by relevance

/external/llvm/lib/VMCore/
H A DConstantFold.cpp1240 C1 = ConstantExpr::getSExt(C1, Type::getInt64Ty(C1->getContext()));
1243 C2 = ConstantExpr::getSExt(C2, Type::getInt64Ty(C1->getContext()));
2031 PrevIdx = ConstantExpr::getSExt(PrevIdx,
2034 Div = ConstantExpr::getSExt(Div,
H A DConstants.cpp1373 case Instruction::SExt: return getSExt(C, Ty);
1395 return getSExt(C, Ty);
1452 Constant *ConstantExpr::getSExt(Constant *C, Type *Ty) { function in class:ConstantExpr
H A DCore.cpp922 return wrap(ConstantExpr::getSExt(unwrap<Constant>(ConstantVal),
/external/llvm/include/llvm/
H A DConstants.h869 static Constant *getSExt (Constant *C, Type *Ty);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp307 ConstantExpr::getSExt(CI, I.getType()) == RHSC &&
H A DInstCombineSelect.cpp401 Constant *sextRHS = ConstantExpr::getSExt(AdjustedRHS, SelectTy);
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp1642 ArgVal = ConstantExpr::getSExt(CI,Type::getInt32Ty(CI->getContext()));
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp1161 cast<ConstantInt>(ConstantExpr::getSExt(SC->getValue(), Ty)));
5012 return ConstantExpr::getSExt(CastOp, SS->getType());
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli972 See the method [llvm::ConstantExpr::getSExt]. *)

Completed in 259 milliseconds