Searched refs:getFPExtend (Results 1 – 6 of 6) sorted by relevance
/external/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 242 CHECK(ConstantExpr::getFPExtend(P1, DoubleTy), "fpext float " P1STR in TEST()
|
/external/llvm/include/llvm/IR/ |
D | Constants.h | 947 static Constant *getFPExtend(Constant *C, Type *Ty,
|
/external/llvm/lib/IR/ |
D | Constants.cpp | 1545 return getFPExtend(C, Ty, OnlyIfReduced); in getCast() 1688 Constant *ConstantExpr::getFPExtend(Constant *C, Type *Ty, bool OnlyIfReduced) { in getFPExtend() function in ConstantExpr
|
D | Core.cpp | 1206 return wrap(ConstantExpr::getFPExtend(unwrap<Constant>(ConstantVal), in LLVMConstFPExt()
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 1250 One = ConstantExpr::getFPExtend(One, Op->getType()); in optimizeExp2()
|
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 4036 return ConstantExpr::getFPExtend(C, CI->getSrcTy(), true); in lookThroughCast()
|