Home
last modified time | relevance | path

Searched defs:fromVec (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DConstants.cpp1674 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getTrunc() local
1688 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getSExt() local
1702 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getZExt() local
1716 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPTrunc() local
1728 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPExtend() local
1740 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getUIToFP() local
1751 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getSIToFP() local
1762 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPToUI() local
1773 bool fromVec = C->getType()->getTypeID() == Type::VectorTyID; in getFPToSI() local