Home
last modified time | relevance | path

Searched refs:FPWidth (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Analysis/
DConstantFolding.cpp75 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/
DConstantFolding.cpp92 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()