Home
last modified time | relevance | path

Searched defs:FPC (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DConstantFold.cpp435 if (ConstantFP *FPC = dyn_cast<ConstantFP>(V)) { in ConstantFoldCastInstruction() local
445 if (ConstantFP *FPC = dyn_cast<ConstantFP>(V)) { in ConstantFoldCastInstruction() local
/aosp_15_r20/external/llvm/lib/IR/
H A DConstantFold.cpp588 if (ConstantFP *FPC = dyn_cast<ConstantFP>(V)) { in ConstantFoldCastInstruction() local
604 if (ConstantFP *FPC = dyn_cast<ConstantFP>(V)) { in ConstantFoldCastInstruction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DConstantFold.cpp594 if (ConstantFP *FPC = dyn_cast<ConstantFP>(V)) { in ConstantFoldCastInstruction() local
610 if (ConstantFP *FPC = dyn_cast<ConstantFP>(V)) { in ConstantFoldCastInstruction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp2039 ConstantFPSDNode *FPC = cast<ConstantFPSDNode>(Src.getOperand(0)); in FoldOperand() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp2157 ConstantFPSDNode *FPC = dyn_cast<ConstantFPSDNode>(Src.getOperand(0)); in FoldOperand() local
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp2258 ConstantFPSDNode *FPC = dyn_cast<ConstantFPSDNode>(Src.getOperand(0)); in FoldOperand() local
/aosp_15_r20/external/clang/include/clang/AST/
H A DExprCXX.h103 void setFPContractable(bool FPC) { FPContractable = FPC; } in setFPContractable()
H A DExpr.h3060 void setFPContractable(bool FPC) { FPContractable = FPC; } in setFPContractable()