Searched refs:Mask (Results 326 - 334 of 334) sorted by relevance

<<11121314

/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp3884 LLVMValueRef V2, LLVMValueRef Mask,
3887 unwrap(Mask), Name));
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2422 llvm::ConstantInt *Mask = variable
2424 Builder.CreateStore(Builder.CreateAnd(LI, Mask), Guard);
H A DCodeGenFunction.h4388 llvm::Value *EmitX86CpuSupports(uint64_t Mask);
H A DCodeGenModule.cpp2291 LangOpts.Sanitize.Mask &
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp2848 unsigned Mask; member in struct:Qual
2865 if (Quals & E.Mask) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4474 const SanitizerMask EnabledAsanMask = Context.getLangOpts().Sanitize.Mask &
H A DExpr.cpp1601 return reinterpret_cast<IdentifierInfo *> (Data & ~(uintptr_t)Mask);
H A DExprConstant.cpp11935 uint64_t Mask = ~0ULL >> (64 - PtrSize);
11936 CompareLHS &= Mask;
11937 CompareRHS &= Mask;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp346 if (ExistingSanitizers.Mask != ImportedSanitizers.Mask) {

Completed in 403 milliseconds

<<11121314