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

  /src/external/apache2/llvm/dist/llvm/lib/IR/
AutoUpgrade.cpp 1345 bool IsShiftRight, bool ZeroMask) {
1351 if (IsShiftRight)
1363 Intrinsic::ID IID = IsShiftRight ? Intrinsic::fshr : Intrinsic::fshl;
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 4024 bool IsShiftRight = IntNo == Intrinsic::aarch64_neon_vsri;
4025 unsigned Opcode = IsShiftRight ? AArch64ISD::VSRI : AArch64ISD::VSLI;
9557 bool IsShiftRight = Shift.getOpcode() == AArch64ISD::VLSHR;
9586 APInt RequiredC1 = IsShiftRight ? APInt::getHighBitsSet(ElemSizeInBits, C2)
9594 unsigned Inst = IsShiftRight ? AArch64ISD::VSRI : AArch64ISD::VSLI;

Completed in 102 milliseconds