Home
last modified time | relevance | path

Searched refs:ExtMask (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DIntegral.h145 const T ExtMask = ~BitMask;
146 return Integral((V & BitMask) | (Signed && (V & SignBit) ? ExtMask : 0));
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp44 Value *ExtMask; in getBoolVecFromMask() local
46 Mask, PatternMatch::m_SExt(PatternMatch::m_Value(ExtMask))) && in getBoolVecFromMask()
47 ExtMask->getType()->isIntOrIntVectorTy(1)) in getBoolVecFromMask()
48 return ExtMask; in getBoolVecFromMask()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExpr.cpp2273 SmallVector<int, 4> ExtMask; in EmitStoreThroughExtVectorComponentLValue() local
2275 ExtMask.push_back(i); in EmitStoreThroughExtVectorComponentLValue()
2276 ExtMask.resize(NumDstElts, -1); in EmitStoreThroughExtVectorComponentLValue()
2277 llvm::Value *ExtSrcVal = Builder.CreateShuffleVector(SrcVal, ExtMask); in EmitStoreThroughExtVectorComponentLValue()