Home
last modified time | relevance | path

Searched refs:ClassMask (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DLiveIntervalCalc.cpp66 LaneBitmask ClassMask = MRI->getMaxLaneMaskForVReg(Reg); in calculate() local
67 LI.createSubRangeFrom(*Alloc, ClassMask, LI); in calculate()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp3995 ConstantInt *ClassMask = cast<ConstantInt>(II->getArgOperand(1)); in foldNot() local
3997 1, ConstantInt::get(ClassMask->getType(), in foldNot()
3998 ~ClassMask->getZExtValue() & fcAllFlags)); in foldNot()