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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 121 /// this succeeds, getShiftedValue() will be called to produce the value.
258 static Value *getShiftedValue(Value *V, unsigned NumBits, bool isLeftShift,
284 0, getShiftedValue(I->getOperand(0), NumBits, isLeftShift, IC, DL));
286 1, getShiftedValue(I->getOperand(1), NumBits, isLeftShift, IC, DL));
296 1, getShiftedValue(I->getOperand(1), NumBits, isLeftShift, IC, DL));
298 2, getShiftedValue(I->getOperand(2), NumBits, isLeftShift, IC, DL));
306 PN->setIncomingValue(i, getShiftedValue(PN->getIncomingValue(i), NumBits,
360 dbgs() << "ICE: GetShiftedValue propagating shift through expression"
365 I, getShiftedValue(Op0, Op1C->getZExtValue(), isLeftShift, *this, DL));
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
PluralRules.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
PluralRules.java 941 public long getShiftedValue() {
    [all...]
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 4613 milliseconds