Searched defs:BitMask (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/
H A DBitTracker.h287 struct BitTracker::BitMask { struct in class:llvm::BitTracker
289 BitMask(uint16_t b, uint16_t e) : B(b), E(e) {} function in struct:llvm::BitTracker::BitMask
/openbsd-current/gnu/llvm/clang/lib/AST/Interp/
H A DIntegral.h145 const ReprT BitMask = (ReprT(1) << ReprT(TruncBits)) - 1; local
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DMachineOperand.cpp589 unsigned BitMask = Flags.second; local
/openbsd-current/gnu/llvm/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp452 Constant *BitMask; member in struct:__anon3368::LowerTypeTestsModule::TypeIdLowering
567 Value *BitMask = B.CreateShl(ConstantInt::get(BitsType, 1), BitIndex); local
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp2442 Value *X, *BitMask, *BitPos, *XCurr; local
2286 detectShiftUntilBitTestIdiom(Loop *CurLoop, Value *&BaseX, Value *&BitMask, Value *&BitPos, Value *&CurrX, Instruction *&NextX) argument
/openbsd-current/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp1527 SDValue BitMask = DAG.getConstant(~BitImm, DL, ResTy); local
/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h1104 uint8_t BitMask = 0; member in struct:llvm::CalleeInfo::AllocationType::TypeTestResolution
/openbsd-current/gnu/llvm/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp8814 const MCExpr *BitMask; local
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp16083 uint64_t BitMask = Bits == 64 ? -1ULL : ((1ULL << Bits) - 1); local

Completed in 576 milliseconds