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

/freebsd-10.1-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZLongBranch.cpp124 unsigned KnownBits; member in struct:__anon2615::BlockPosition
/freebsd-10.1-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64BranchFixupPass.cpp36 static inline unsigned UnknownPadding(unsigned LogAlign, unsigned KnownBits) { argument
73 uint8_t KnownBits; member in struct:__anon2421::AArch64BranchFixup::BasicBlockInfo
416 unsigned KnownBits local
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp66 static inline unsigned UnknownPadding(unsigned LogAlign, unsigned KnownBits) { argument
108 uint8_t KnownBits; member in struct:__anon2440::ARMConstantIslands::BasicBlockInfo
948 unsigned KnownBits = BBI.internalKnownBits(); local
1078 unsigned KnownBits = BBInfo[i - 1].postKnownBits(LogAlign); local
1290 unsigned KnownBits = UserBBI.internalKnownBits(); local
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp605 APInt KnownBits = KnownZeroLHS | KnownOneLHS; local

Completed in 166 milliseconds