HomeSort by relevance Sort by last modified time
    Searched defs:setInstructionSubclassData (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/IR/
Instruction.h 436 void setInstructionSubclassData(unsigned short D) {
Instructions.h 123 // Shadow Instruction::setInstructionSubclassData with a private forwarding
125 void setInstructionSubclassData(unsigned short D) {
126 Instruction::setInstructionSubclassData(D);
177 setInstructionSubclassData((getSubclassDataFromInstruction() & ~1) |
197 setInstructionSubclassData((getSubclassDataFromInstruction() & ~(7 << 7)) |
209 setInstructionSubclassData((getSubclassDataFromInstruction() & ~(1 << 6)) |
243 // Shadow Instruction::setInstructionSubclassData with a private forwarding
245 void setInstructionSubclassData(unsigned short D) {
246 Instruction::setInstructionSubclassData(D);
294 setInstructionSubclassData((getSubclassDataFromInstruction() & ~1)
    [all...]

Completed in 80 milliseconds