HomeSort by: relevance | last modified time | path
    Searched refs:ExponentLoBit (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
LegalizerHelper.cpp 5787 auto ExponentLoBit = MIRBuilder.buildConstant(SrcTy, 23);
5790 auto ExponentBits = MIRBuilder.buildLShr(SrcTy, AndExpMask, ExponentLoBit);
5808 auto SubExponent = MIRBuilder.buildSub(SrcTy, Exponent, ExponentLoBit);
5809 auto ExponentSub = MIRBuilder.buildSub(SrcTy, ExponentLoBit, Exponent);
5816 S1, Exponent, ExponentLoBit);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 6682 SDValue ExponentLoBit = DAG.getConstant(23, dl, IntVT);
6692 DAG.getZExtOrTrunc(ExponentLoBit, dl, IntShVT));
6707 dl, Exponent, ExponentLoBit,
6710 DAG.getNode(ISD::SUB, dl, IntVT, Exponent, ExponentLoBit),
6714 DAG.getNode(ISD::SUB, dl, IntVT, ExponentLoBit, Exponent),

Completed in 27 milliseconds