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

  /external/llvm/include/llvm/IR/
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...]
Instruction.h 454 void setInstructionSubclassData(unsigned short D) {
InstrTypes.h 724 void setPredicate(Predicate P) { setInstructionSubclassData(P); }
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]

Completed in 183 milliseconds