Searched refs:FPWidth (Results 1 – 3 of 3) 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 112 unsigned FPWidth = SrcEltTy->getPrimitiveSizeInBits(); in FoldBitCast() local 114 VectorType::get(IntegerType::get(C->getContext(), FPWidth), NumSrcElts); in FoldBitCast() 169 unsigned FPWidth = DstEltTy->getPrimitiveSizeInBits(); in FoldBitCast() local 171 VectorType::get(IntegerType::get(C->getContext(), FPWidth), NumDstElt); in FoldBitCast() 182 unsigned FPWidth = SrcEltTy->getPrimitiveSizeInBits(); in FoldBitCast() local 184 VectorType::get(IntegerType::get(C->getContext(), FPWidth), NumSrcElt); in FoldBitCast()
|