Home
last modified time | relevance | path

Searched defs:isF64 (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/lib/IR/
H A DTypes.cpp52 bool Type::isF64() const { return llvm::isa<Float64Type>(*this); } isF64() function in Type
/llvm-project/clang/lib/CodeGen/Targets/
H A DPPC.cpp455 bool isF64 = Ty->isFloatingType() && getContext().getTypeSize(Ty) == 64; EmitVAArg() local
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp31890 bool isF64 = ArgVT == MVT::f64; LowerFSINCOS() local
[all...]