OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFPTrunc
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/
Constants.h
654
static Constant *
getFPTrunc
(Constant *C, Type *Ty);
[
all
...]
/external/llvm/lib/VMCore/
Constants.cpp
[
all
...]
Core.cpp
825
return wrap(ConstantExpr::
getFPTrunc
(unwrap<Constant>(ConstantVal),
[
all
...]
/external/llvm/bindings/ocaml/llvm/
llvm.mli
834
See the method [llvm::ConstantExpr::
getFPTrunc
]. *)
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp
369
LLVMC = cast<ConstantFP>(ConstantExpr::
getFPTrunc
(LLVMC, SType));
[
all
...]
Completed in 512 milliseconds