Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp8607 uint64_t ZExtValue = Value.zextOrTrunc(IsThumb ? 16 : 32).getZExtValue(); in EmitARMBuiltinExpr() local
8610 IsThumb ? InlineAsm::get(FTy, ".inst.n 0x" + utohexstr(ZExtValue), "", in EmitARMBuiltinExpr()
8612 : InlineAsm::get(FTy, ".inst 0x" + utohexstr(ZExtValue), "", in EmitARMBuiltinExpr()