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

/external/llvm/include/llvm/IR/
H A DConstants.h910 static Constant *getFPToSI(Constant *C, Type *Ty, bool OnlyIfReduced = false);
/external/swiftshader/third_party/LLVM/include/llvm/
H A DConstants.h659 static Constant *getFPToSI (Constant *C, Type *Ty);
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp366 ConstantExpr::getFPToSI(CFP, LHSConv->getOperand(0)->getType());
H A DInstCombineCompares.cpp2694 : ConstantExpr::getFPToSI(RHSC, IntTy);
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DConstants.cpp1248 case Instruction::FPToSI: return getFPToSI(C, Ty);
1407 Constant *ConstantExpr::getFPToSI(Constant *C, Type *Ty) { function in class:ConstantExpr
H A DCore.cpp921 return wrap(ConstantExpr::getFPToSI(unwrap<Constant>(ConstantVal),
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1342 ConstantExpr::getFPToSI(CFP, LHSConv->getOperand(0)->getType());
H A DInstCombineCompares.cpp4462 : ConstantExpr::getFPToSI(RHSC, IntTy);
/external/llvm/lib/IR/
H A DConstants.cpp1484 return getFPToSI(C, Ty, OnlyIfReduced);
1663 Constant *ConstantExpr::getFPToSI(Constant *C, Type *Ty, bool OnlyIfReduced) { function in class:ConstantExpr
H A DCore.cpp1313 return wrap(ConstantExpr::getFPToSI(unwrap<Constant>(ConstantVal),
/external/llvm/lib/Analysis/
H A DValueTracking.cpp3885 CastedTo = ConstantExpr::getFPToSI(C, CI->getSrcTy(), true);
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1175 See the method [llvm::ConstantExpr::getFPToSI]. *)
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
H A Dllvm.mli1006 See the method [llvm::ConstantExpr::getFPToSI]. *)

Completed in 496 milliseconds