Searched defs:SrcSize (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp378 unsigned SrcSize = TrOp->getType()->getScalarSizeInBits(); local
H A DInstCombineCasts.cpp815 unsigned SrcSize = A->getType()->getScalarSizeInBits(); local
H A DInstructionCombining.cpp1280 uint64_t SrcSize = TD->getTypeAllocSize(SrcElTy); local
/freebsd-10.1-release/contrib/llvm/lib/IR/
H A DInstructions.cpp2256 unsigned SrcSize = SrcTy->getScalarSizeInBits(); local
2278 unsigned SrcSize = SrcTy->getScalarSizeInBits(); local
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.cpp675 uint64_t SrcSize = DL.getTypeAllocSizeInBits(Val->getType()); local
720 uint64_t SrcSize = CGF.CGM.getDataLayout().getTypeAllocSize(SrcTy); local
801 uint64_t SrcSize = CGF.CGM.getDataLayout().getTypeAllocSize(SrcTy); local
1373 uint64_t SrcSize = CGM.getDataLayout().getTypeAllocSize(STy); local
2413 uint64_t SrcSize = CGM.getDataLayout().getTypeAllocSize(SrcTy); local
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1412 unsigned SrcSize = VA.getValVT().getSizeInBits(); local

Completed in 182 milliseconds