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 520 void setInstructionSubclassData(unsigned short D) {
Instructions.h 151 setInstructionSubclassData((getSubclassDataFromInstruction() & ~32) |
164 // Shadow Instruction::setInstructionSubclassData with a private forwarding
166 void setInstructionSubclassData(unsigned short D) {
167 Instruction::setInstructionSubclassData(D);
239 setInstructionSubclassData((getSubclassDataFromInstruction() & ~1) |
259 setInstructionSubclassData((getSubclassDataFromInstruction() & ~(7 << 7)) |
271 setInstructionSubclassData((getSubclassDataFromInstruction() & ~(1 << 6)) |
304 // Shadow Instruction::setInstructionSubclassData with a private forwarding
306 void setInstructionSubclassData(unsigned short D) {
307 Instruction::setInstructionSubclassData(D)
    [all...]

Completed in 360 milliseconds