Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DConstantFold.cpp572 if (ConstantFP *FPC = dyn_cast<ConstantFP>(V)) { in ConstantFoldCastInstruction() local
574 APFloat Val = FPC->getValueAPF(); in ConstantFoldCastInstruction()
588 if (ConstantFP *FPC = dyn_cast<ConstantFP>(V)) { in ConstantFoldCastInstruction() local
589 const APFloat &V = FPC->getValueAPF(); in ConstantFoldCastInstruction()
596 return ConstantInt::get(FPC->getContext(), Val); in ConstantFoldCastInstruction()
/external/clang/include/clang/AST/
DExprCXX.h99 void setFPContractable(bool FPC) { FPContractable = FPC; } in setFPContractable() argument
DExpr.h3042 void setFPContractable(bool FPC) { FPContractable = FPC; } in setFPContractable() argument