Searched defs:XM (Results 1 – 3 of 3) sorted by relevance
/external/clang/test/CodeGenCXX/ |
D | copy-constructor-synthesis.cpp | 74 struct XM { struct 75 XM() { } in XM() function 76 double dXM; argument 98 XM m0; in main() argument
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineShifts.cpp | 439 Value *XM = Builder->CreateAnd(V1, ConstantExpr::getShl(CC, Op1), in FoldShiftByConstant() local 471 Value *XM = Builder->CreateAnd(V1, ConstantExpr::getShl(CC, Op1), in FoldShiftByConstant() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineShifts.cpp | 454 Value *XM = Builder->CreateAnd(V1, ConstantExpr::getShl(CC, Op1), in FoldShiftByConstant() local 488 Value *XM = Builder->CreateAnd(V1, ConstantExpr::getShl(CC, Op1), in FoldShiftByConstant() local
|