|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/IR/Constants.h 958 static Constant *getFPExtend(Constant *C, Type *Ty,
References
lib/Analysis/ValueTracking.cpp 5018 CastedTo = ConstantExpr::getFPExtend(C, SrcTy, true);
lib/IR/Constants.cpp 1580 return getFPExtend(C, Ty, OnlyIfReduced);
lib/IR/Core.cpp 1682 return wrap(ConstantExpr::getFPExtend(unwrap<Constant>(ConstantVal),
lib/Transforms/Utils/LibCallsShrinkWrap.cpp 117 V = ConstantExpr::getFPExtend(V, Arg->getType());
442 V = ConstantExpr::getFPExtend(V, Exp->getType());
471 V = ConstantExpr::getFPExtend(V, Exp->getType());
473 V0 = ConstantExpr::getFPExtend(V0, Exp->getType());
unittests/IR/ConstantsTest.cpp 266 CHECK(ConstantExpr::getFPExtend(P1, DoubleTy), "fpext float " P1STR