Home
last modified time | relevance | path

Searched refs:FPC (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/IR/
DConstantFold.cpp571 if (ConstantFP *FPC = dyn_cast<ConstantFP>(V)) { in ConstantFoldCastInstruction() local
573 APFloat Val = FPC->getValueAPF(); in ConstantFoldCastInstruction()
587 if (ConstantFP *FPC = dyn_cast<ConstantFP>(V)) { in ConstantFoldCastInstruction() local
588 const APFloat &V = FPC->getValueAPF(); in ConstantFoldCastInstruction()
595 return ConstantInt::get(FPC->getContext(), Val); in ConstantFoldCastInstruction()
/external/clang/include/clang/AST/
DExprCXX.h97 void setFPContractable(bool FPC) { FPContractable = FPC; } in setFPContractable() argument
DExpr.h3004 void setFPContractable(bool FPC) { FPContractable = FPC; } in setFPContractable() argument