Searched refs:FPWidth (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 75 unsigned FPWidth = SrcEltTy->getPrimitiveSizeInBits(); in FoldBitCast() local 77 VectorType::get(IntegerType::get(C->getContext(), FPWidth), NumSrcElts); in FoldBitCast() 141 unsigned FPWidth = DstEltTy->getPrimitiveSizeInBits(); in FoldBitCast() local 143 VectorType::get(IntegerType::get(C->getContext(), FPWidth), NumDstElt); in FoldBitCast() 154 unsigned FPWidth = SrcEltTy->getPrimitiveSizeInBits(); in FoldBitCast() local 156 VectorType::get(IntegerType::get(C->getContext(), FPWidth), NumSrcElt); in FoldBitCast()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ConstantFolding.cpp | 92 unsigned FPWidth = DstEltTy->getPrimitiveSizeInBits(); in FoldBitCast() local 94 VectorType::get(IntegerType::get(C->getContext(), FPWidth), NumDstElt); in FoldBitCast() 106 unsigned FPWidth = SrcEltTy->getPrimitiveSizeInBits(); in FoldBitCast() local 108 VectorType::get(IntegerType::get(C->getContext(), FPWidth), NumSrcElt); in FoldBitCast()
|