Searched defs:isF64 (Results 1 – 3 of 3) sorted by relevance
52 bool Type::isF64() const { return llvm::isa<Float64Type>(*this); } isF64() function in Type
455 bool isF64 = Ty->isFloatingType() && getContext().getTypeSize(Ty) == 64; EmitVAArg() local
31890 bool isF64 = ArgVT == MVT::f64; LowerFSINCOS() local [all...]