Searched defs:FPExt (Results 1 – 4 of 4) sorted by relevance
51 FPExt, // The floating-point value is fp-extended in the location. enumerator
1636 if (auto *FPExt = dyn_cast<FPExtInst>(V)) in getMinimumFPType() local1896 Instruction *InstCombinerImpl::visitFPExt(CastInst &FPExt) { in visitFPExt()
14237 enum ExtKind : uint8_t { ZExt = 1 << 0, SExt = 1 << 1, FPExt = 1 << 2 }; global() enumerator [all...]
17864 SDValue FPExt = DAG.getNode(ARMISD::VCVTL, DL, MVT::v4f32, LoadBC, in PerformSplittingToWideningLoad() local