Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/Target/X86/
H A DTernlogTest.cpp43 void updateImm(uint8_t NewImmVal) { ImmVal = NewImmVal; } in updateImm() function
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandImm.cpp124 static uint64_t updateImm(uint64_t Imm, unsigned Idx, bool Clear) { in updateImm() function