Searched defs:DstSize (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp379 unsigned DstSize = TI->getType()->getScalarSizeInBits(); local
H A DInstCombineCasts.cpp817 unsigned DstSize = CI.getType()->getScalarSizeInBits(); local
1211 unsigned DstSize = CI.getType()->getScalarSizeInBits(); local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DInstructions.cpp2257 unsigned DstSize = DstTy->getScalarSizeInBits(); local
2279 unsigned DstSize = DstTy->getScalarSizeInBits(); local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBuiltin.cpp635 llvm::APSInt Size, DstSize; local
662 llvm::APSInt Size, DstSize; local
701 llvm::APSInt Size, DstSize; local
H A DCGCall.cpp676 uint64_t DstSize = DL.getTypeAllocSizeInBits(DestIntTy); local
616 EnterStructPointerForCoercedAccess(llvm::Value *SrcPtr, llvm::StructType *SrcSTy, uint64_t DstSize, CodeGenFunction &CGF) argument
817 uint64_t DstSize = CGF.CGM.getDataLayout().getTypeAllocSize(DstTy); local
1376 uint64_t DstSize = CGM.getDataLayout().getTypeAllocSize(DstTy); local
2414 uint64_t DstSize = CGM.getDataLayout().getTypeAllocSize(STy); local
[all...]

Completed in 207 milliseconds