HomeSort by relevance Sort by last modified time
    Searched defs:MaskC (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Target/SystemZ/
SystemZTDC.cpp 267 auto *MaskC = dyn_cast<ConstantInt>(CI->getArgOperand(1));
269 if (!MaskC)
271 int Mask = MaskC->getZExtValue();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZTDC.cpp 267 auto *MaskC = dyn_cast<ConstantInt>(CI->getArgOperand(1));
269 if (!MaskC)
271 int Mask = MaskC->getZExtValue();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp     [all...]
InstCombineCasts.cpp 549 Constant *MaskC = ConstantInt::get(DestTy, NarrowWidth - 1);
550 Value *MaskedShAmt = Builder.CreateAnd(NarrowShAmt, MaskC);
551 Value *MaskedNegShAmt = Builder.CreateAnd(NegShAmt, MaskC);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 293 milliseconds