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 454 void setInstructionSubclassData(unsigned short D) {
Instructions.h 125 setInstructionSubclassData((getSubclassDataFromInstruction() & ~32) |
137 // Shadow Instruction::setInstructionSubclassData with a private forwarding
139 void setInstructionSubclassData(unsigned short D) {
140 Instruction::setInstructionSubclassData(D);
192 setInstructionSubclassData((getSubclassDataFromInstruction() & ~1) |
212 setInstructionSubclassData((getSubclassDataFromInstruction() & ~(7 << 7)) |
224 setInstructionSubclassData((getSubclassDataFromInstruction() & ~(1 << 6)) |
258 // Shadow Instruction::setInstructionSubclassData with a private forwarding
260 void setInstructionSubclassData(unsigned short D) {
261 Instruction::setInstructionSubclassData(D)
    [all...]

Completed in 45 milliseconds