Searched defs:KnownBits (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBasicBlockInfo.cpp133 const unsigned KnownBits = BBInfo[i - 1].postKnownBits(Align); local
H A DARMBasicBlockInfo.h33 inline unsigned UnknownPadding(Align Alignment, unsigned KnownBits) { argument
62 uint8_t KnownBits = 0; member in struct:llvm::BasicBlockInfo
H A DARMConstantIslandPass.cpp976 unsigned KnownBits = BBI.internalKnownBits(); local
1328 unsigned KnownBits = UserBBI.internalKnownBits(); local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DKnownBits.h22 struct KnownBits { struct in namespace:llvm
28 KnownBits(APInt Zero, APInt One) function in struct:llvm::KnownBits
33 KnownBits() {} function in struct:llvm::KnownBits
36 KnownBits(unsigned BitWidth) : Zero(BitWidth, 0), One(BitWidth, 0) {} function in struct:llvm::KnownBits
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZLongBranch.cpp128 unsigned KnownBits; member in struct:__anon2417::BlockPosition
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelector.h398 GISelKnownBits *KnownBits = nullptr; member in class:llvm::InstructionSelector
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp937 APInt KnownBits = KnownLHS.Zero | KnownLHS.One; local

Completed in 130 milliseconds