Searched refs:operand_constant_fp (Results 1 – 1 of 1) sorted by relevance
1986 ConstantFP *operand_constant_fp = dyn_cast<ConstantFP>(operand_val); in ReplaceStaticLiterals() local1988 if (operand_constant_fp/* && operand_constant_fp->getType()->isX86_FP80Ty()*/) in ReplaceStaticLiterals()2006 ConstantFP *operand_constant_fp = dyn_cast<ConstantFP>(operand_val); in ReplaceStaticLiterals() local2008 if (operand_constant_fp) in ReplaceStaticLiterals()2010 Type *operand_type = operand_constant_fp->getType(); in ReplaceStaticLiterals()2012 APFloat operand_apfloat = operand_constant_fp->getValueAPF(); in ReplaceStaticLiterals()2063 llvm::Type *fp_ptr_ty = operand_constant_fp->getType()->getPointerTo(); in ReplaceStaticLiterals()2069 operand_constant_fp->replaceAllUsesWith(fp_load); in ReplaceStaticLiterals()