|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/IR/Constants.h 956 static Constant *getFPTrunc(Constant *C, Type *Ty,
References
lib/Analysis/ValueTracking.cpp 5021 CastedTo = ConstantExpr::getFPTrunc(C, SrcTy, true);
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp 322 LLVMC = cast<ConstantFP>(ConstantExpr::getFPTrunc(LLVMC, SType));
lib/IR/Constants.cpp 1578 return getFPTrunc(C, Ty, OnlyIfReduced);
lib/IR/Core.cpp 1677 return wrap(ConstantExpr::getFPTrunc(unwrap<Constant>(ConstantVal),
unittests/IR/ConstantsTest.cpp 264 CHECK(ConstantExpr::getFPTrunc(P2, FloatTy), "fptrunc double " P2STR