HomeSort by relevance Sort by last modified time
    Searched refs:In2 (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 38 ConstantInt *In1, ConstantInt *In2,
43 if (In2->isNegative())
48 /// AddWithOverflow - Compute Result = In1+In2, returning true if the result
51 Constant *In2, bool IsSigned = false) {
52 Result = ConstantExpr::getAdd(In1, In2);
59 ExtractElement(In2, Idx),
67 cast<ConstantInt>(In1), cast<ConstantInt>(In2),
72 ConstantInt *In1, ConstantInt *In2,
77 if (In2->isNegative())
83 /// SubWithOverflow - Compute Result = In1-In2, returning true if the resul
    [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 4229 vector<typename In::In2> in2; member in struct:deqp::gls::BuiltinPrecisionTests::Inputs
4247 VariableP<typename In::In2> in2; member in struct:deqp::gls::BuiltinPrecisionTests::Variables
4264 const Sampling<typename In::In2>& in2; member in struct:deqp::gls::BuiltinPrecisionTests::Samplings
4440 const typename Traits<In2>::IVal in2; local
4700 const typename In::In2 in2 = samplings.in2.genRandom(floatFormat, intPrecision, rnd); local
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 89 milliseconds