Searched refs:FLE (Results 1 – 4 of 4) sorted by relevance
2930 for (const FoldableLoadExtendsStruct &FLE : FoldableLoadExtends) { in tryToFoldLoadIntoMI() local2931 if (FLE.Opc[isThumb2] == MI->getOpcode() && in tryToFoldLoadIntoMI()2932 (uint64_t)FLE.ExpectedImm == Imm && in tryToFoldLoadIntoMI()2933 MVT((MVT::SimpleValueType)FLE.ExpectedVT) == VT) { in tryToFoldLoadIntoMI()2935 isZExt = FLE.isZExt; in tryToFoldLoadIntoMI()
328 // If both operands are the same, use a single FLE.
326 // If both operands are the same, use a single FLE.
556 // If both operands are the same, use a single FLE.