Searched refs:getFPToUI (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/IR/
H A DConstants.h894 static Constant *getFPToUI(Constant *C, Type *Ty, bool OnlyIfReduced = false);
/external/llvm/lib/IR/
H A DConstants.cpp1591 return getFPToUI(C, Ty, OnlyIfReduced);
1762 Constant *ConstantExpr::getFPToUI(Constant *C, Type *Ty, bool OnlyIfReduced) { function in class:ConstantExpr
H A DCore.cpp1205 return wrap(ConstantExpr::getFPToUI(unwrap<Constant>(ConstantVal),
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3858 ? ConstantExpr::getFPToUI(RHSC, IntTy)
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1140 See the method [llvm::ConstantExpr::getFPToUI]. *)

Completed in 47 milliseconds